diff --git a/.travis.yml b/.travis.yml index 11cd18f..02b5573 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,8 @@ before_script: script: - vendor/bin/phpunit --coverage-clover=coverage.xml -after_success: # Submit coverage report to https://codecov.io +after_success: - bash <(curl -s https://codecov.io/bash) # Monitor only these branches