Skip to content

Commit

Permalink
faster travis and iojs + v0.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Feb 8, 2015
1 parent 77b664c commit 2ac2f0a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"

0 comments on commit 2ac2f0a

Please sign in to comment.