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
69
69
fi
70
70
fi
71
71
72
- php-build -i development " ${buildDefinition} " " ${INSTALL_DEST} /${VERSION} "
72
+ php-build -i development " ${buildDefinition} " " ${INSTALL_DEST} /${VERSION} " --verbose
73
73
74
74
pushd " ${INSTALL_DEST} /${VERSION} "
75
75
@@ -91,7 +91,7 @@ rm go-pear.phar
91
91
ln -sv ../sbin/php-fpm bin/php-fpm
92
92
93
93
# 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
95
95
if [[ $VERSION == nightly* || $VERSION == master* || $VERSION == 7* || $VERSION == 8* ]]; then
96
96
PHPUNIT_ARCHIVE=phpunit.phar
97
97
elif [[ $VERSION == 5.6* ]]; then
101
101
fi
102
102
curl -fsSL -o bin/phpunit https://phar.phpunit.de/$PHPUNIT_ARCHIVE
103
103
104
- chmod +x bin/composer bin/phpunit
104
+ chmod +x $INSTALL_DEST / $VERSION / bin/composer bin/phpunit
105
105
106
106
popd
107
107
@@ -127,6 +127,6 @@ pushd /tmp
127
127
128
128
phpenv local " ${VERSION} "
129
129
phpenv rehash
130
- bin/ composer self-update
130
+ composer self-update
131
131
132
132
popd
You can’t perform that action at this time.
0 commit comments