From 2ac2f0a602b6aa8d1c1f7e30d3f78dd93ae79cdf Mon Sep 17 00:00:00 2001 From: tunnckoCore Date: Mon, 9 Feb 2015 00:10:56 +0200 Subject: [PATCH] faster travis and iojs + v0.12 support --- .travis.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a0d676..38bbe01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,13 @@ -language: node_js +sudo: false +language: "node_js" node_js: + - "iojs" - "0.10" - "0.11" + - "0.12" matrix: allow_failures: - - node_js: "0.11" + - node_js: "0.10" fast_finish: true script: "npm run-script test-travis" -after_script: "npm install coveralls@2.11.2 && cat ./coverage/lcov.info | coveralls" \ No newline at end of file +after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls" \ No newline at end of file