Skip to content

Commit

Permalink
faster travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 2, 2015
1 parent 94dd369 commit d1cc6fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
sudo: false
language: node_js
node_js:
- "iojs"
- "0.10"
- "0.11"
- "0.12"
- "0.13"
- "iojs"
matrix:
allow_failures:
- node_js: "0.13"
fast_finish: true
- node_js: "0.10"
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 d1cc6fc

Please sign in to comment.