diff --git a/.travis.yml b/.travis.yml index f84da2d..e573fe0 100644 --- a/.travis.yml +++ b/.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" @@ -20,6 +24,10 @@ sudo: false 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"