diff --git a/.travis.yml b/.travis.yml index 6fa76be..4eb4366 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,6 @@ script: - vendor/bin/phpunit --coverage-clover=coverage.xml psr7-adapters/tests after_success: + - mv coverage.xml ~/build/$TRAVIS_REPO_SLUG + - cd ~/build/$TRAVIS_REPO_SLUG - bash <(curl -s https://codecov.io/bash)