From 0e02798a8b586404d16863660e661e934f288537 Mon Sep 17 00:00:00 2001 From: jongleberry Date: Tue, 10 Feb 2015 19:36:20 -0800 Subject: [PATCH] travis: don't test iojs minors because it moves too fast --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f35a22a..5ea8c6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: node_js node_js: - "0.12" - - "iojs-v1.0" - - "iojs-v1.1" + - "iojs" script: "make test-travis" after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"