Quellcode durchsuchen

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

Paul Yang vor 8 Jahren
Ursprung
Commit
124a2f6dbc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      tests.sh

+ 1 - 1
tests.sh

@@ -444,7 +444,7 @@ build_php5.6_mac() {
   export PATH="$PHP_FOLDER/bin:$PATH"
   export PATH="$PHP_FOLDER/bin:$PATH"
 
 
   # Install phpunit
   # 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
   chmod +x phpunit.phar
   sudo mv phpunit.phar /usr/local/bin/phpunit
   sudo mv phpunit.phar /usr/local/bin/phpunit