Skip to content

Commit

Permalink
Test on io.js v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 18, 2015
1 parent 4793278 commit 18c948f
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.3"
- "iojs-v2.2"
- "iojs-v2.1"
- "iojs-v2.0"
Expand All @@ -20,10 +21,12 @@ node_js:
- "0.6"
- "0.4"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6 && npm install -g npm'
- '[ "${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.2"
- node_js: "iojs-v2.1"
- node_js: "iojs-v2.0"
- node_js: "iojs-v1.7"
Expand All @@ -39,4 +42,3 @@ matrix:
- node_js: "0.8"
- node_js: "0.6"
- node_js: "0.4"
sudo: false

0 comments on commit 18c948f

Please sign in to comment.