Skip to content

Commit

Permalink
Updates npm to the latest version in Travis.
Browse files Browse the repository at this point in the history
This avoids the errors related to the version ^ operator when using node 0.8.
  • Loading branch information
joaonuno committed Jul 30, 2014
1 parent f9910f3 commit e1cddc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
before_install:
- npm install -g npm
node_js:
- "0.11"
- "0.10"
Expand Down

0 comments on commit e1cddc6

Please sign in to comment.