From 47fa29d5c43a1cbc00244055b675449f16238547 Mon Sep 17 00:00:00 2001 From: Hans Kristian Flaatten Date: Fri, 24 Jul 2015 11:06:02 +0200 Subject: [PATCH] Update io.js build targets for Travis CI config --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 64dafd3..4599508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,9 @@ node_js: - "0.10" - "0.9" - "0.8" - - "iojs-v1.1" - - "iojs-v1.0" + - "iojs-v1" + - "iojs-v2" + - "iojs" # Create a Travis memcached enabled environment for the test suite to run in and # ensure that we test against localhost on Travis-CI. @@ -33,5 +34,6 @@ matrix: allow_failures: - node_js: "0.11" - node_js: "0.9" - - node_js: "iojs-v1.1" - - node_js: "iojs-v1.0" + - node_js: "iojs-v1" + - node_js: "iojs-v2" + - node_js: "iojs"