From 11f4f7190cc62bb65b2d9c3141de9924b464fd39 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 18 Sep 2018 10:51:45 +0200 Subject: [PATCH] Use phpunit from vendor/bin dir Signed-off-by: Christoph Wurst --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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