Skip to content

Commit

Permalink
Fix travis to use next version of npm
Browse files Browse the repository at this point in the history
npm 2.7.5 apparently broke something with node 0.8.
Need to use 2.7.6 for the time being

npm/npm#7849
  • Loading branch information
eddiezane committed Apr 5, 2015
1 parent 1f59c12 commit 3e16a2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ node_js:
- "0.11"
- "0.12"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
- npm install -g npm@latest
- npm install -g npm@next
notifications:
hipchat:
rooms:
Expand Down

0 comments on commit 3e16a2b

Please sign in to comment.