Skip to content

Commit

Permalink
Test up to io.js v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 5, 2015
1 parent cf9f70e commit 29cd85b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 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-v3.0"
- "iojs-v2.5"
- "iojs-v2.4"
- "iojs-v2.3"
- "iojs-v2.2"
- "iojs-v2.1"
- "iojs-v2.0"
Expand All @@ -25,6 +29,9 @@ 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 Down

0 comments on commit 29cd85b

Please sign in to comment.