Skip to content

Commit ea75283

Browse files
committed
fix(travis): force npm v3 minimum for older version of node
1 parent 9aadbb4 commit ea75283

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
@@ -23,6 +23,7 @@ script: npm run travis
2323
env:
2424
- NO_WATCH_TESTS=1
2525

26+
before_install: if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi
2627
install:
2728
- bash ./ci/travis-install.sh
2829
after_success:

0 commit comments

Comments
 (0)