Skip to content

Commit

Permalink
Update .travis.yml + drop io.js build target
Browse files Browse the repository at this point in the history
  • Loading branch information
simov committed Apr 11, 2016
1 parent 1f0a457 commit 9aad159
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
@@ -1,15 +1,19 @@
language: node_js

node_js:
- node
- io.js
- 0.12
- 0.10
sudo: false

after_script: "npm run test-cov && cat ./coverage/lcov.info | codecov && cat ./coverage/lcov.info | coveralls"
after_script:
- npm run test-cov
- cat ./coverage/lcov.info | codecov
- cat ./coverage/lcov.info | coveralls

webhooks:
urls: https://webhooks.gitter.im/e/237280ed4796c19cc626
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false

sudo: false

0 comments on commit 9aad159

Please sign in to comment.