From a3696bee36e683edb4d832c9296eef86d7e1542a Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 2 Feb 2020 07:34:49 +0100 Subject: [PATCH] ci: upload coverage always --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c7489f..ffcf8df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ install: script: - make --keep-going "$ENV" BUILD_VIRTUAL_ENV=$VIRTUAL_ENV -after_success: +after_script: - | if [ "$ENV" = "test_coverage" ]; then coverage xml