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