From 602a23500e32239afb883ddac901101d06539432 Mon Sep 17 00:00:00 2001 From: Gerd Katzenbeisser Date: Sun, 5 May 2019 16:18:52 +0200 Subject: [PATCH] Update path to PHPUnit travis-ci now installs global composer packages to ~/.config/composer See travis-ci/travis-ci#7289 --- before_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/before_script.sh b/before_script.sh index 90f2d77..d8ec477 100755 --- a/before_script.sh +++ b/before_script.sh @@ -75,7 +75,7 @@ done if [ "$PHPCS" != '1' ]; then composer global require 'phpunit/phpunit=3.7.38' - ln -s ~/.composer/vendor/phpunit/phpunit/PHPUnit ./Vendor/PHPUnit + ln -s ~/.config/composer/vendor/phpunit/phpunit/PHPUnit ./Vendor/PHPUnit fi phpenv rehash