[travis] Another push for codecov.io after setting token

This commit is contained in:
Behdad Esfahbod 2018-11-20 01:06:50 -05:00
parent 96b24c5124
commit c49e43c1ff
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ matrix:
- make check || .ci/fail.sh
- rm -rf freetype-2.9
after_success:
- bash .ci/run-coveralls.sh # for coveralls.io code coverage tracking
- bash <(curl -s https://codecov.io/bash)
- bash .ci/run-coveralls.sh # coveralls.io code coverage
- bash <(curl -s https://codecov.io/bash) # codecov.io code coverage
- bash .ci/deploy-docs.sh
- bash .ci/trigger-coverity.sh