diff --git a/.travis.yml b/.travis.yml index d7e5a08..31619fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,6 @@ before_script: script: - php ./vendor/bin/phpunit -c ./tests/ + +after_success: + - bash <(curl -s https://codecov.io/bash)