diff --git a/.travis.yml b/.travis.yml index 386cfdeed0..7873c3dc04 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,7 +97,7 @@ script: # Run PHP tests - cd tests - - ../vendor/phpunit/phpunit/phpunit --configuration phpunit.xml --fail-on-warning + - ../vendor/bin/phpunit --configuration phpunit.xml --fail-on-warning - if [[ "$PHP_COVERAGE" = "TRUE" ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi - if [[ "$PHP_COVERAGE" = "TRUE" ]]; then php ocular.phar code-coverage:upload --format=php-clover