Add fixed version to phpunit used in travis (#2673)

This commit is contained in:
Paul Yang 2017-02-07 10:55:48 -08:00 committed by Bo Yang
parent 2edf2bdebf
commit 124a2f6dbc

View file

@ -444,7 +444,7 @@ build_php5.6_mac() {
export PATH="$PHP_FOLDER/bin:$PATH"
# Install phpunit
curl https://phar.phpunit.de/phpunit.phar -L -o phpunit.phar
curl https://phar.phpunit.de/phpunit-5.6.10.phar -L -o phpunit.phar
chmod +x phpunit.phar
sudo mv phpunit.phar /usr/local/bin/phpunit