From c9642d400620ea974d45481e754f0d9e5b6e0959 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 28 Feb 2015 22:31:12 -0500 Subject: [PATCH] Test on `io.js` `v1.4` --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index efe62b56..452e890e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js node_js: + - "iojs-v1.4" - "iojs-v1.3" - "iojs-v1.2" - "iojs-v1.1" @@ -27,6 +28,7 @@ matrix: - node_js: "0.12" env: TRAVIS_RUN_SAUCE=false allow_failures: + - node_js: "iojs-v1.2" - node_js: "iojs-v1.1" - node_js: "iojs-v1.0" - node_js: "0.11"