summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2018-11-20 01:03:42 -0500
committerBehdad Esfahbod <behdad@behdad.org>2018-11-20 01:03:42 -0500
commit96b24c5124a085b7601215360eed847ce5302699 (patch)
treef17a6c22342bc1c664e8476d1858e52812a9f24c
parent587d49fc657c10c8a20f2409a04d72bf80bb361e (diff)
[travis] Add codecov.io
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index eadfa767..7f4bb47f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,6 +29,7 @@ matrix:
- 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/deploy-docs.sh
- bash .ci/trigger-coverity.sh