From 7b213e70919e505e86d98c4de67b6819d35a3a97 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 8 Sep 2018 10:11:53 +0200 Subject: [tests] switch from coveralls to codecov --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.3