Skip to content

Commit 53aeef8

Browse files
chore(travis): ensure npm version
1 parent a285d6f commit 53aeef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +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
2021
script:
2122
- |
2223
if [[ $SKIP_TESTS != 'true' ]]; then

0 commit comments

Comments
 (0)