Explorar o código

Divide commands into separate lines

Bo Yang %!s(int64=7) %!d(string=hai) anos
pai
achega
8400e29044
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      tests.sh

+ 2 - 1
tests.sh

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