From 5cc068c5b90c5ec09c325c83b113ccb65fd7cc01 Mon Sep 17 00:00:00 2001 From: yago Date: Sun, 12 Jul 2015 12:38:07 +0200 Subject: [PATCH] Removed NodeJS 0.11 and io.js 1.0.4 versions on travis --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 880cef7..8aeb46e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,7 @@ language: node_js node_js: - "0.12" - - "0.11" - "0.10" - "iojs" - - "iojs-v1.0.4" after_success: - - npm run test-cov + - npm run test-cov