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 2f7c8a9 commit 139a84a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -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,11 @@ before_install:
matrix:
fast_finish: true
allow_failures:
- node_js: "iojs-v2.0"
- node_js: "iojs-v1.8"
- 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 139a84a

Please sign in to comment.