Skip to content

Commit

Permalink
Lock npm version on TravisCI
Browse files Browse the repository at this point in the history
To work around the issue npm/npm#14042,
where npm tries to install optional dependencies and fails.
  • Loading branch information
bbonamin committed Dec 26, 2016
1 parent 7438454 commit 39e791e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -36,6 +36,7 @@ before_install:
install:
- nvm install node
- node -v
- npm install -g npm@3.10.7
- npm config set spin false
- npm install
- bundle install
Expand Down

0 comments on commit 39e791e

Please sign in to comment.