From 6b09f1f233172eeff0643213f4ad846a5b74edd4 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 8 Sep 2015 22:51:46 -0700 Subject: [PATCH] Remove iojs from travis-yml tests. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 12fce3327..a3cbe3162 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: node_js node_js: - - "0.12" - "4" env: global: @@ -18,13 +17,13 @@ env: # - BIN="ringo" OPTION="-o -1" matrix: include: - - node_js: "iojs" - env: - node_js: "0.8" env: NPM_VERSION="~1.4.0" - node_js: "0.10" env: - node_js: "0.12" + env: + - node_js: "4" env: SAUCE_LABS=true git: depth: 10