Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Apr 15, 2015
1 parent dc8a02e commit 5913351
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -3,9 +3,5 @@ language: node_js
node_js:
- "iojs"
- "0.10"
matrix:
allow_failures:
- node_js: "0.10"
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 5913351

Please sign in to comment.