From 693d0477631c5d7671f6c99eca5594ffffa75771 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 10 Mar 2015 00:51:56 -0700 Subject: [PATCH] Test on the latest `io.js` versions. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index a32fee2..1f6fb1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: node_js node_js: + - "iojs-v1.5" + - "iojs-v1.4" + - "iojs-v1.3" + - "iojs-v1.2" - "iojs-v1.1" - "iojs-v1.0" - "0.12" @@ -15,6 +19,10 @@ sudo: false matrix: fast_finish: true allow_failures: + - 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"