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 d215349 commit 7077dc6Copy full SHA for 7077dc6
bin/compile
@@ -69,7 +69,7 @@ if [[ $VERSION == nightly* || $VERSION == master* ]]; then
69
fi
70
71
72
-sudo php-build -i development "${buildDefinition}" "${INSTALL_DEST}/${VERSION}"
+php-build -i development "${buildDefinition}" "${INSTALL_DEST}/${VERSION}"
73
74
pushd "${INSTALL_DEST}/${VERSION}"
75
@@ -105,7 +105,7 @@ chmod +x bin/composer bin/phpunit
105
106
popd
107
108
-mkdir -p "${INSTALL_DEST}/${VERSION}/etc/conf.d"
+sudo mkdir -p "${INSTALL_DEST}/${VERSION}/etc/conf.d"
109
110
cat > "${INSTALL_DEST}/${VERSION}/etc/conf.d/travis.ini" <<EOF
111
memory_limit = 1G
0 commit comments