Skip to content

Commit e946a68

Browse files
committedApr 28, 2018
force npm 5 in travis ci
1 parent 62ae26b commit e946a68

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
@@ -3,4 +3,5 @@ node_js:
33
- 10
44
- 8
55
- 6
6+
before_install: if [[ `npm -v` != 5* ]]; then npm i -g npm@5; fi
67
sudo: false

0 commit comments

Comments
 (0)
Please sign in to comment.