try how phpunit runs withouth the parameter --configuration phpunit.xml

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
Jonas Sulzer
2019-01-07 19:08:51 +01:00
parent 62ac657357
commit c80e574a69

View File

@@ -45,7 +45,7 @@ script:
# Run phpunit tests # Run phpunit tests
- cd tests - cd tests
- phpunit --configuration phpunit.xml - phpunit
# Create coverage report # Create coverage report
- sh -c "if [ '$PHP_COVERAGE' != 'FALSE' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi" - sh -c "if [ '$PHP_COVERAGE' != 'FALSE' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi"