Skip to content

Commit 16aed3f

Browse files
chore(deploy): update npm on travis, getting errors
1 parent 5b73052 commit 16aed3f

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.4.1 || npm i -g npm@^6.4.1
20+
before_install: dpkg --compare-versions `npm -v` ge 6.7.0 || npm i -g npm@^6.7.0
2121
script:
2222
- |
2323
if [[ $SKIP_TESTS != 'true' ]]; then

0 commit comments

Comments
 (0)