diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-11-20 01:06:50 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-11-20 01:06:50 -0500 |
commit | c49e43c1ffee0e9664da6202ace493d932b725a1 (patch) | |
tree | 3ce6d27d0f4c8045a6a83bba11797fbd6bb6ec91 | |
parent | 96b24c5124a085b7601215360eed847ce5302699 (diff) |
[travis] Another push for codecov.io after setting token
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7f4bb47f..ef8b01d0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |