[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue Nov 20 06:07:07 UTC 2018
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c49e43c1ffee0e9664da6202ace493d932b725a1
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Nov 20 01:06:50 2018 -0500
[travis] Another push for codecov.io after setting token
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
More information about the HarfBuzz
mailing list