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 dabc729 commit c18c55a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "iojs-v2.2"
- "iojs-v2.1"
- "iojs-v2.0"
- "iojs-v1.8"
Expand All @@ -19,11 +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 @@ -38,4 +40,3 @@ matrix:
- node_js: "0.8"
- node_js: "0.6"
- node_js: "0.4"
sudo: false

0 comments on commit c18c55a

Please sign in to comment.