]> git.saurik.com Git - apt.git/blobdiff - .travis.yml
follow the googletest merge in build-depends
[apt.git] / .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)