Skip to content

Commit

Permalink
Merge pull request #1453 from nicolasmccurdy/travis-allowed-failures
Browse files Browse the repository at this point in the history
Test on Node.js 0.12 and io.js with allowed failures
  • Loading branch information
simov committed Mar 5, 2015
2 parents 210e075 + aaf208e commit b84a5d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -1,6 +1,12 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "io.js"
matrix:
allow_failures:
- node_js: "0.12"
- node_js: "io.js"
after_script: ./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape tests/test-*.js --report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose
webhooks:
urls: https://webhooks.gitter.im/e/237280ed4796c19cc626
Expand Down

0 comments on commit b84a5d2

Please sign in to comment.