From 374a6efa1d6d77016e14a32f2dd85e8e1773187d Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 2 Oct 2016 18:12:50 +0200 Subject: travis: Move codecov from after_success to after_script We always want to run codecov test, even if there are spurious failures. We should really work around those failures more, though, it is starting to annoy me. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af84b67dd..192573e7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ script: - sudo chmod go+x /home/travis - sudo chmod -R go+rwX /home/travis/build - sudo ./test/integration/run-tests -qq -after_success: +after_script: - cd build - gcov -r $(find -name '*.gcno') - bash <(curl -s https://codecov.io/bash) -- cgit v1.2.3