Skip to content

Commit 518dc57

Browse files
committedSep 4, 2018
Fix bug with .travis.yml not installing major dependencies.
1 parent ae236df commit 518dc57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_js:
55
- node
66
install:
77
- npm install -g codecov
8+
- npm install
89
script:
910
- npm run ci
1011
- codecov

0 commit comments

Comments
 (0)
Please sign in to comment.