Skip to content

Commit 30b668f

Browse files
ajsharpAndrey Okonetchnikov
authored andcommitted
fix: Use npm v5 on CI (#18)
1 parent c0ae607 commit 30b668f

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
@@ -10,7 +10,7 @@ node_js:
1010
- '6'
1111
- '4'
1212
before_install:
13-
- npm i -g npm@^2.0.0
13+
- npm i -g npm@^5.0.0
1414
before_script:
1515
- npm prune
1616
after_success:

0 commit comments

Comments
 (0)