aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2017-02-07 10:55:48 -0800
committerBo Yang <teboring@google.com>2017-02-08 15:46:45 -0800
commit124a2f6dbc4741ceb7eac129864977a13f6702cc (patch)
tree99df6ce3dfadf652924460ca83b89fa94ef929e5
parent2edf2bdebf1ede582b816a521ad6e51a802eaa46 (diff)
downloadprotobuf-124a2f6dbc4741ceb7eac129864977a13f6702cc.tar.gz
protobuf-124a2f6dbc4741ceb7eac129864977a13f6702cc.tar.bz2
protobuf-124a2f6dbc4741ceb7eac129864977a13f6702cc.zip
Add fixed version to phpunit used in travis (#2673)
-rwxr-xr-xtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests.sh b/tests.sh
index ce149bc9..92330639 100755
--- a/tests.sh
+++ b/tests.sh
@@ -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