File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ if [[ $VERSION == nightly* || $VERSION == master* ]]; then
6969 fi
7070fi
7171
72- php-build -i development " ${buildDefinition} " " ${INSTALL_DEST} /${VERSION} "
72+ php-build -i development " ${buildDefinition} " " ${INSTALL_DEST} /${VERSION} " --verbose
7373
7474pushd " ${INSTALL_DEST} /${VERSION} "
7575
@@ -91,7 +91,7 @@ rm go-pear.phar
9191ln -sv ../sbin/php-fpm bin/php-fpm
9292
9393# composer and phpunit
94- curl -fsSL -o bin/composer http://getcomposer.org/composer.phar
94+ curl -fsSL -o $INSTALL_DEST / $VERSION / bin/composer http://getcomposer.org/composer.phar
9595if [[ $VERSION == nightly* || $VERSION == master* || $VERSION == 7* || $VERSION == 8* ]]; then
9696 PHPUNIT_ARCHIVE=phpunit.phar
9797elif [[ $VERSION == 5.6* ]]; then
101101fi
102102curl -fsSL -o bin/phpunit https://phar.phpunit.de/$PHPUNIT_ARCHIVE
103103
104- chmod +x bin/composer bin/phpunit
104+ chmod +x $INSTALL_DEST / $VERSION / bin/composer bin/phpunit
105105
106106popd
107107
@@ -127,6 +127,6 @@ pushd /tmp
127127
128128phpenv local " ${VERSION} "
129129phpenv rehash
130- bin/ composer self-update
130+ composer self-update
131131
132132popd
You can’t perform that action at this time.
0 commit comments