Skip to content

Commit 7ad1609

Browse files
committedJun 24, 2018
Ensure the same npm version is used for testing
1 parent 9053bbd commit 7ad1609

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ node_js:
33
- '10'
44
- '8'
55
- '6'
6+
before_install:
7+
- npm install --global npm@latest

0 commit comments

Comments
 (0)
Please sign in to comment.