Skip to content

Commit

Permalink
Test up to io.js v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 24, 2015
1 parent 6ad9c2b commit cdbc4e0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: node_js
node_js:
- "iojs-v2.3"
- "iojs-v2.2"
- "iojs-v2.1"
- "iojs-v2.0"
- "iojs-v1.8"
Expand All @@ -19,10 +21,13 @@ 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 [email protected] && npm install -g npm'
sudo: false
matrix:
fast_finish: true
allow_failures:
- node_js: "iojs-v2.2"
- node_js: "iojs-v2.1"
- node_js: "iojs-v2.0"
- node_js: "iojs-v1.7"
- node_js: "iojs-v1.6"
Expand All @@ -37,4 +42,3 @@ matrix:
- node_js: "0.8"
- node_js: "0.6"
- node_js: "0.4"
sudo: false

0 comments on commit cdbc4e0

Please sign in to comment.