Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Commit 78aee10

Browse files
authored
Merge pull request #4 from LabShare/ci
ci(travis): fix missing CodeCov dependency
2 parents 233818f + ca29803 commit 78aee10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ node_js:
33
- lts/*
44
- node
55
before_install:
6-
- npm install -g nsp
6+
- npm install -g nsp codecov
77
install:
88
- npm install
99
script:

0 commit comments

Comments
 (0)