Skip to content

Commit

Permalink
travis: install new npm before install
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 5, 2015
1 parent c356c4e commit 666d4ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
before_script: npm install -g npm@latest
node_js:
- '0.8'
- '0.10'
- '0.12'
- 'iojs'
before_install:
- npm install -g npm@latest

0 comments on commit 666d4ce

Please sign in to comment.