Skip to content

Commit

Permalink
simplify travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Apr 17, 2015
1 parent c7f7167 commit d927bb4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
sudo: false
language: node_js
node_js:
- "iojs"
- "0.10"
- "0.11"
- "0.12"
matrix:
allow_failures:
- node_js: "0.10"
fast_finish: true
- "iojs"
script: "npm run-script test-travis"
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"

0 comments on commit d927bb4

Please sign in to comment.