From fb44c31626dfcf7ec90589997f84217c2731979a Mon Sep 17 00:00:00 2001 From: yago Date: Sun, 5 Jul 2015 11:48:46 +0200 Subject: [PATCH] Multiple NodeJS and io.js versions for travis --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1b52e31..fcbcb5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,11 @@ language: node_js -after_success: +node_js: + - "0.12" + - "0.11" + - "0.10" + - "0.8" + - "0.6" + - "iojs" + - "iojs-v1.0.4" +after_success: - npm run test-cov