diff --git a/.travis.yml b/.travis.yml index 07177b9..f5a11f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ script: # Run phpunit tests - cd tests - - phpunit --configuration phpunit.xml + - phpunit # Create coverage report - sh -c "if [ '$PHP_COVERAGE' != 'FALSE' ]; then wget https://scrutinizer-ci.com/ocular.phar; fi"