Skip to content
This repository was archived by the owner on Feb 9, 2020. It is now read-only.

Commit 8799e8e

Browse files
committed
chore(travis): Force Travis to use npm v2
Versions before 2 have race conditions that can cause false negatives in our tests
1 parent f05431f commit 8799e8e

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
@@ -12,6 +12,7 @@ env:
1212
install:
1313
- mkdir -p $LOGS_DIR
1414
- ./scripts/sauce_connect_setup.sh
15+
- npm install -g [email protected]
1516
- npm install
1617
- npm install -g gulp
1718
- npm install -g karma-cli

0 commit comments

Comments
 (0)