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

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