Skip to content

Commit

Permalink
Try to convince Travis to build for iojs. See nodejs/node#433.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokaiser committed Aug 11, 2015
1 parent 626704f commit 249470d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ node_js:
- "0.10"
- "0.12"
- "iojs"

before_install: |
- case ${TRAVIS_NODE_VERSION} in 0.8*|0.10*) npm update -g npm ;; esac

0 comments on commit 249470d

Please sign in to comment.