diff --git a/.travis.yml b/.travis.yml index 43ea999b..46938bd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,10 @@ before_script: - if [[ "$TYPE" == "pgsql" ]]; then psql -c 'create database b8_test;' -U postgres; fi script: - - vendor/bin/phpunit --configuration phpunit.$TYPE.xml --coverage-text + - vendor/bin/phpunit --configuration phpunit.$TYPE.xml --coverage-clover=coverage.xml + +after_success: + - bash <(curl -s https://codecov.io/bash) notifications: email: