Skip to content

Commit

Permalink
Test on io.js v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 11, 2015
1 parent 0d75a66 commit 42560e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "iojs-v2.2"
- "iojs-v2.1"
- "iojs-v2.0"
- "iojs-v1.8"
Expand All @@ -19,10 +20,12 @@ node_js:
- "0.6"
- "0.4"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@1.4.6'
- '[ "${TRAVIS_NODE_VERSION}" = "0.6" ] || npm install -g npm@1.4.28 && npm install -g npm'
sudo: false
matrix:
fast_finish: true
allow_failures:
- node_js: "iojs-v2.1"
- node_js: "iojs-v2.0"
- node_js: "iojs-v1.7"
- node_js: "iojs-v1.6"
Expand All @@ -37,4 +40,3 @@ matrix:
- node_js: "0.8"
- node_js: "0.6"
- node_js: "0.4"

0 comments on commit 42560e4

Please sign in to comment.