Skip to content

Commit

Permalink
Fix node legacy builds on Travis CI.
Browse files Browse the repository at this point in the history
Remember to update npm in order to get around stupid npm caret issue on
node 0.6, 0.8. How is this still a problem?
  • Loading branch information
timoxley committed Feb 3, 2015
1 parent 2fac92c commit 6847fce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,4 +1,5 @@
language: node_js
before_install: npm install npm -g
node_js:
- "0.11"
- "0.10"
Expand Down

0 comments on commit 6847fce

Please sign in to comment.