Revert "Adjusted travis.yml"

This reverts commit cf7cdd01c6.
This commit is contained in:
Patrick Henninger
2019-01-09 12:22:05 +01:00
parent cd6096675c
commit efb44978a2

View File

@@ -18,8 +18,8 @@ before_script:
script: script:
- vendor/bin/phpunit --coverage-clover=coverage.xml - vendor/bin/phpunit --coverage-clover=coverage.xml
# Submit coverage report to https://codecov.io
after_success: after_success:
# Submit coverage report to https://codecov.io
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)
# Monitor only these branches # Monitor only these branches