Revert "Adjust travis.yml"

This reverts commit f80bcc0b6f.
This commit is contained in:
Patrick Henninger
2019-01-09 12:21:52 +01:00
parent a10255f4fd
commit 5a000b7f4c

View File

@@ -6,13 +6,14 @@ php:
before_script: before_script:
- composer self-update - composer self-update
- composer install --prefer-source --no-interaction - composer update --prefer-source --no-interaction
script: script:
- vendor/bin/phpunit --coverage-clover=coverage.xml - vendor/bin/phpunit --coverage-clover=coverage.xml
after_success:
# Submit coverage report to https://codecov.io # Submit coverage report to https://codecov.io
after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)
# Monitor only these branches # Monitor only these branches
@@ -23,4 +24,4 @@ branches:
# You can delete the cache using travis-ci web interface # You can delete the cache using travis-ci web interface
cache: cache:
directories: directories:
- $HOME/.composer/cache - $HOME/.composer/cache