Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 8, 2015
1 parent 42a6e7b commit d6ae146
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .travis.yml
@@ -1,6 +1,8 @@
node_js:
- "0.10"
- "0.11"
sudo: false
language: node_js
script: "make test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
node_js:
- 'iojs'
- '0.12'
- '0.10'
script: 'make test-travis'
after_script: 'npm install coveralls@2 && cat ./coverage/lcov.info | coveralls'

0 comments on commit d6ae146

Please sign in to comment.