From b386e0b43d5bac064e4e0ab34c0876c944501341 Mon Sep 17 00:00:00 2001 From: Yago Date: Wed, 8 Jul 2015 13:24:30 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2cf5f61..880cef7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: node_js -# node_js: -# - "0.12" -# - "0.11" -# - "0.10" -# - "iojs" -# - "iojs-v1.0.4" +node_js: + - "0.12" + - "0.11" + - "0.10" + - "iojs" + - "iojs-v1.0.4" after_success: - npm run test-cov