Skip to content

Commit

Permalink
[C] Specify travis NPM version
Browse files Browse the repository at this point in the history
With NPM v3.10.8 optional dependencies specified in shrinkwrap are
installed even when they shouldn't be. This cause Karma installation to
fail on Travis servers, which in turn leads to failing builds. The issue
is tracked here: npm/npm#14042
  • Loading branch information
zdavis committed Sep 26, 2016
1 parent 5763e49 commit 357e9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,7 @@ cache: bundler

script:
- cd client
- npm install -g npm
- npm install -g npm@3.10.7
- npm version
- npm install
- npm run test
Expand Down

0 comments on commit 357e9cb

Please sign in to comment.