Skip to content

Commit

Permalink
Test up to io.js v2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 3, 2015
1 parent 58ec7b4 commit 39bda02
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
@@ -1,5 +1,8 @@
language: node_js
node_js:
- "iojs-v2.5"
- "iojs-v2.4"
- "iojs-v2.3"
- "iojs-v2.2"
- "iojs-v2.1"
- "iojs-v2.0"
Expand All @@ -20,10 +23,14 @@ 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.4"
- node_js: "iojs-v2.3"
- node_js: "iojs-v2.2"
- node_js: "iojs-v2.1"
- node_js: "iojs-v2.0"
- node_js: "iojs-v1.7"
Expand All @@ -39,4 +46,3 @@ matrix:
- node_js: "0.8"
- node_js: "0.6"
- node_js: "0.4"
sudo: false

0 comments on commit 39bda02

Please sign in to comment.