Skip to content

Commit

Permalink
Merge pull request #313 from nkt/patch-1
Browse files Browse the repository at this point in the history
travis: restore iojs
  • Loading branch information
defunctzombie committed May 24, 2015
2 parents 09275be + acfec3f commit 3e25d66
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
Expand Up @@ -3,8 +3,9 @@ node_js:
- "0.8"
- "0.10"
- "0.12"
- "iojs-v2"

sudo: false

before_install:
- npm install -g npm@2.7.3
- if [ "$TRAVIS_NODE_VERSION" = "0.8" ]; then npm install -g npm@2.7.3; fi;

0 comments on commit 3e25d66

Please sign in to comment.