Skip to content

Commit e90f732

Browse files
committed
Make sure we run npm install
1 parent fa32b94 commit e90f732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
install:
33
- npm install -g codecov
4+
- npm install
45
script:
56
- npm test
67
- codecov

0 commit comments

Comments
 (0)