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 26, 2015
1 parent 539df80 commit 2a86466
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
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"
Expand All @@ -19,6 +23,10 @@ before_install:
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"
Expand Down

0 comments on commit 2a86466

Please sign in to comment.