Skip to content

Commit 482299e

Browse files
chore(npm): use later version of npm
1 parent 47c6180 commit 482299e

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
@@ -17,7 +17,7 @@ git:
1717
depth: 9999
1818
notifications:
1919
email: false
20-
before_install: dpkg --compare-versions `npm -v` ge 6.3 || npm i -g npm@^6.3
20+
before_install: dpkg --compare-versions `npm -v` ge 6.4.1 || npm i -g npm@^6.4.1
2121
script:
2222
- |
2323
if [[ $SKIP_TESTS != 'true' ]]; then

0 commit comments

Comments
 (0)