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