Skip to content

Commit b868714

Browse files
committed
testing asdf
1 parent e8e6919 commit b868714

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/compile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ fi
5858

5959
set -o xtrace
6060

61+
export PATH="$HOME/.asdf/bin:$HOME/.php-build/bin:$PATH"
62+
6163
# export PATH="$HOME/.phpenv/bin:$HOME/.php-build/bin:$PATH"
6264

6365
# buildDefinition=${VERSION}
@@ -85,6 +87,7 @@ sudo wget -O /usr/local/ssl/cert.pem https://curl.haxx.se/ca/cacert.pem
8587

8688
# Fetch latest PEAR phar
8789
curl -fsSL --retry 20 -O http://pear.php.net/go-pear.phar
90+
ls -al
8891

8992
env TZ=UTC $TRAVIS_BUILD_DIR/bin/install-pear
9093
rm go-pear.phar
@@ -109,7 +112,7 @@ ln -sv ../sbin/php-fpm bin/php-fpm
109112

110113
# chmod +x bin/composer bin/phpunit
111114

112-
# popd
115+
popd
113116

114117
mkdir -p "${INSTALL_DEST}/${VERSION}/etc/conf.d"
115118

0 commit comments

Comments
 (0)