Skip to content

Commit 0e3015a

Browse files
committed
fix: add install of npm 2 on travis
1 parent bae6cb5 commit 0e3015a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ notifications:
99
on_failure: change
1010
node_js:
1111
- '9'
12+
before_install:
13+
- npm i -g npm@^2.0.0
1214
install:
1315
- npm install
1416
- npm install -g codecov

0 commit comments

Comments
 (0)