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 9f5cb16 commit 7071304
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "0.13"
- "iojs"
matrix:
allow_failures:
- node_js: "0.10"
- node_js: "0.13"
fast_finish: true
script: "npm run-script test-travis"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"

0 comments on commit 7071304

Please sign in to comment.