We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e6919 commit b868714Copy full SHA for b868714
bin/compile
@@ -58,6 +58,8 @@ fi
58
59
set -o xtrace
60
61
+export PATH="$HOME/.asdf/bin:$HOME/.php-build/bin:$PATH"
62
+
63
# export PATH="$HOME/.phpenv/bin:$HOME/.php-build/bin:$PATH"
64
65
# buildDefinition=${VERSION}
@@ -85,6 +87,7 @@ sudo wget -O /usr/local/ssl/cert.pem https://curl.haxx.se/ca/cacert.pem
85
87
86
88
# Fetch latest PEAR phar
89
curl -fsSL --retry 20 -O http://pear.php.net/go-pear.phar
90
+ls -al
91
92
env TZ=UTC $TRAVIS_BUILD_DIR/bin/install-pear
93
rm go-pear.phar
@@ -109,7 +112,7 @@ ln -sv ../sbin/php-fpm bin/php-fpm
109
112
110
113
# chmod +x bin/composer bin/phpunit
111
114
-# popd
115
+popd
116
117
mkdir -p "${INSTALL_DEST}/${VERSION}/etc/conf.d"
118
0 commit comments