Dont collect coverage data to fix TravisCI

TODO: Find a better solution.
This commit is contained in:
Jan Böhmer 2019-11-23 20:23:07 +01:00
parent 6405dee0ac
commit 7192f67246
2 changed files with 3 additions and 1 deletions

View file

@ -27,7 +27,8 @@ install:
- mysql -e "SET GLOBAL FOREIGN_KEY_CHECKS=1;"
script:
- php bin/phpunit --coverage-clover=coverage.xml
#- php bin/phpunit --coverage-clover=coverage.xml
- php bin/phpunit
# Perform some simple linting if everything is correct
- ./bin/console lint:yaml config --parse-tags
- ./bin/console lint:twig templates --env=prod

View file

@ -31,5 +31,6 @@
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
<listener class="Symfony\Bridge\PhpUnit\CoverageListener" />
</listeners>
</phpunit>