Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down