Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Oct 17, 2015
1 parent 56c5d5d commit 3232247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sudo: false
node_js:
- "0.10"
- "0.12"
- "4.2"
- "4"

notifications:
Expand All @@ -22,7 +23,6 @@ script:
after_success:
- npm install coveralls
- cat coverage/lcov.info | coveralls
- mv coverage/lcov.info .

matrix:
allow_failures:
Expand Down

0 comments on commit 3232247

Please sign in to comment.