Skip to content

Commit

Permalink
chore(travis): Force Travis to use npm v2
Browse files Browse the repository at this point in the history
Versions before 2 have race conditions that can cause false negatives in our tests
  • Loading branch information
SomeKittens committed May 3, 2015
1 parent f05431f commit 8799e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
install:
- mkdir -p $LOGS_DIR
- ./scripts/sauce_connect_setup.sh
- npm install -g [email protected]
- npm install
- npm install -g gulp
- npm install -g karma-cli
Expand Down

0 comments on commit 8799e8e

Please sign in to comment.