Skip to content

Commit

Permalink
Test up to io.js v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 27, 2015
1 parent a181eee commit 2be7310
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
language: node_js
node_js:
- "iojs-v2.1"
- "iojs-v2.0"
- "iojs-v1.8"
- "iojs-v1.7"
- "iojs-v1.6"
- "iojs-v1.5"
- "iojs-v1.4"
- "iojs-v1.3"
- "iojs-v1.2"
- "iojs-v1.1"
- "iojs-v1.0"
- "0.12"
Expand All @@ -9,21 +18,23 @@ node_js:
- "0.8"
- "0.6"
- "0.4"
before_script:
- npm install
- npm install istanbul coveralls
script: npm run travis-test

before_install:
- '[ "${TRAVIS_NODE_VERSION}" == "0.6" ] || npm install -g npm@~1.4.6'
matrix:
fast_finish: true
allow_failures:
- node_js: "iojs-v2.0"
- node_js: "iojs-v1.7"
- node_js: "iojs-v1.6"
- node_js: "iojs-v1.5"
- node_js: "iojs-v1.4"
- node_js: "iojs-v1.3"
- node_js: "iojs-v1.2"
- node_js: "iojs-v1.1"
- node_js: "iojs-v1.0"
- node_js: "0.11"
- node_js: "0.9"
- node_js: "0.8"
- node_js: "0.6"
- node_js: "0.4"
git:
depth: 10
sudo: false

0 comments on commit 2be7310

Please sign in to comment.