From 459fa535dc4d48e36deb6a6c3dbc43efb71be656 Mon Sep 17 00:00:00 2001 From: Pascal Thormeier Date: Wed, 17 Apr 2019 11:51:53 +0200 Subject: [PATCH] Use installed version of PHPUnit on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e646c3c..32d07f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,4 +61,4 @@ install: - composer update --ansi --prefer-dist --no-interaction --optimize-autoloader --no-suggest --no-progress script: - - phpunit --coverage-text + - vendor/bin/phpunit --coverage-text