Adjusted travis.yml

This commit is contained in:
Patrick Henninger
2019-01-08 21:14:02 +01:00
parent c2847438ad
commit cf7cdd01c6

View File

@@ -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