diff options
author | Paul Yang <TeBoring@users.noreply.github.com> | 2017-02-07 10:55:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-07 10:55:48 -0800 |
commit | c00274313d03a0a7f10e8f6473541faf3739353b (patch) | |
tree | 51c206d80dff9ef5b87b1d5b1a23e4c0e5885068 | |
parent | 36f51f963c99c0663d660b023f51158dd5ba391b (diff) |
Add fixed version to phpunit used in travis (#2673)
-rwxr-xr-x | tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -477,7 +477,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 |