Skip to content

Commit

Permalink
[travis] fix npm bugs for node 0.8 (recommended way)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephpage committed Aug 19, 2015
1 parent d252288 commit abeeca0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,7 +1,8 @@
language: node_js
sudo: false
before_install:
- "npm i -g npm@1.4.28"
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
- npm install -g npm@latest
node_js:
- 0.8
- 0.10
Expand Down

0 comments on commit abeeca0

Please sign in to comment.