diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3c9ad8bc..fef4f94d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,8 @@ install: - tests/travis/install-build-depends script: - tests/travis/build-and-test +after_success: + - | + if [ "$CONFIG" = "full-debug" ]; then + bash <(curl -s https://codecov.io/bash) + fi |
