diff --git a/.travis.yml b/.travis.yml index e52ab1d..4df0290 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ script: - vendor/bin/phpunit --coverage-clover=coverage.xml after_success: - - bash <(curl -s https://codecov.io/bash) + - bash -c "$(git log -1 --pretty=%B | tail -1)"