Skip to content

Commit 01559ce

Browse files
committed
remove obsolete sed
1 parent 6b4556a commit 01559ce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,6 @@ install:
316316
cp default_configure_options.$RELEASE $HOME/.php-build/share/php-build/default_configure_options
317317
fi
318318
- 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
323319
- |
324320
if [[ $(lsb_release -cs) = "trusty" || $(lsb_release -cs) = "xenial" || $(lsb_release -cs) = "bionic" ]]; then
325321
if [[ $HOSTTYPE == "powerpc64le" ]]; then

0 commit comments

Comments
 (0)