Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Jun 22, 2015
1 parent f62fe44 commit 488dae3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Expand Up @@ -17,9 +17,14 @@ before_script:
- standard

script:
- npm install istanbul
- istanbul cover test.js
- npm install istanbul-harmony
- node --harmony node_modules/.bin/istanbul cover test.js

after_success:
- npm install coveralls
- cat ./coverage/lcov.info | coveralls

matrix:
allow_failures:
- node_js: "0.10"
fast_finish: true

0 comments on commit 488dae3

Please sign in to comment.