Skip to content

Commit 037858a

Browse files
committed
php8
1 parent 47ec4d6 commit 037858a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/compile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ else
101101
fi
102102
curl -fsSL -o bin/phpunit https://phar.phpunit.de/$PHPUNIT_ARCHIVE
103103

104-
chmod +x $INSTALL_DEST/$VERSION/bin/composer bin/phpunit
104+
chmod +x bin/composer bin/phpunit
105105

106106
popd
107107

108-
sudo mkdir -p "${INSTALL_DEST}/${VERSION}/etc/conf.d"
108+
mkdir -p "${INSTALL_DEST}/${VERSION}/etc/conf.d"
109109

110110
cat > "${INSTALL_DEST}/${VERSION}/etc/conf.d/travis.ini" <<EOF
111111
memory_limit = 1G
@@ -127,6 +127,6 @@ pushd /tmp
127127

128128
phpenv local "${VERSION}"
129129
phpenv rehash
130-
sudo -u travis composer self-update
130+
composer self-update
131131

132132
popd

0 commit comments

Comments
 (0)