Skip to content

Commit

Permalink
test(travis): do not remove ./coverage directory for codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
takuyaa committed Jul 30, 2016
1 parent ef02f05 commit 2cc1939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,5 +9,5 @@ script:
- gulp test

after_script:
- gulp coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
- gulp coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 2cc1939

Please sign in to comment.