]> git.saurik.com Git - apt.git/commitdiff
travis: Move codecov from after_success to after_script
authorJulian Andres Klode <jak@debian.org>
Sun, 2 Oct 2016 16:12:50 +0000 (18:12 +0200)
committerJulian Andres Klode <jak@debian.org>
Tue, 4 Oct 2016 17:41:15 +0000 (19:41 +0200)
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

index af84b67dd57f4c78be06c733c007f1bf62251b3e..192573e7def37d09804275b8bf097a13a478f35a 100644 (file)
@@ -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)