We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369f3af commit d932b64Copy full SHA for d932b64
.travis.yml
@@ -27,7 +27,7 @@ install:
27
28
# execute phpunit as the script command
29
script:
30
- - ./vendor/bin/phpunit -d memory_limit=-1 --colors -c phpunit.xml --coverage-clover=coverage.xml
+ - ./vendor/bin/phpunit -d memory_limit=-1 --colors -c phpunit.xml.dist --coverage-clover=coverage.xml
31
32
# disable mail notifications
33
notification:
0 commit comments