From 7da60aad273237637f2969d80bfe554a896efbc0 Mon Sep 17 00:00:00 2001 From: Matias Singers Date: Tue, 2 Jun 2015 16:18:17 +0800 Subject: [PATCH] Update node versions in .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 81bebd7..04032ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ language: node_js node_js: - - '0.11' + - '0.12' - '0.10' + - 'iojs' after_success: - istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage