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 6b4556a commit 01559ceCopy full SHA for 01559ce
.travis.yml
@@ -316,10 +316,6 @@ install:
316
cp default_configure_options.$RELEASE $HOME/.php-build/share/php-build/default_configure_options
317
fi
318
- cat custom_configure_options >> $HOME/.php-build/share/php-build/default_configure_options
319
-- | # disable xdebug on master
320
- if [[ $VERSION = master && $RELEASE != xenial ]]; then
321
- sed -i -e '/install_xdebug_master/d' $HOME/.php-build/share/php-build/definitions/$VERSION
322
- fi
323
- |
324
if [[ $(lsb_release -cs) = "trusty" || $(lsb_release -cs) = "xenial" || $(lsb_release -cs) = "bionic" ]]; then
325
if [[ $HOSTTYPE == "powerpc64le" ]]; then
0 commit comments