summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexander Kutsan <akutsan@luxoft.com>2016-04-20 16:13:31 +0300
committerAlexander <AKutsan@luxoft.com>2016-04-21 15:09:12 +0300
commitb9d47f91d52bc51837a54a1cea8c3e6621011bc3 (patch)
tree90bc56dc5f9a1da2b56c554640dc344af965b86d /.travis.yml
parent88bdbd48fb9200aee15c37d3ed8dc8397825b1c7 (diff)
downloadsdl_core-b9d47f91d52bc51837a54a1cea8c3e6621011bc3.tar.gz
codecov.io integration
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2afd8156f5..9bec103a1c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,6 +38,8 @@ env:
- CMAKE_CXX_COMPILER=g++-4.9
- CMAKE_C_COMPILER=gcc-4.9
- LD_LIBRARY_PATH=.
+after_success:
+ - pwd ; bash <(curl -s https://codecov.io/bash) -f ./coverage/coverage.info || echo "Codecov did not collect coverage reports"
deploy:
provider: releases
api-key: "uw8e4USTAS6c9LFhRMYOvw"