From 9b626947aeb42bb85e23a7906a3965a9735bd55e Mon Sep 17 00:00:00 2001 From: "Shao Yu-Lung (Allen)" Date: Wed, 7 Apr 2021 18:50:36 +0800 Subject: [PATCH] enable xdebug when php 7.3 --- travis-build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/travis-build.sh b/travis-build.sh index c970a3b0..7d5cd711 100755 --- a/travis-build.sh +++ b/travis-build.sh @@ -33,8 +33,6 @@ if [ -n "${PHP_VERSION}" ]; then if [ "${PHP_VERSION}" == "7.3" ]; then # This ssh2 extension does not yet support PHP 7.3. sed -i -- 's/PHP_FPM_INSTALL_SSH2=true/PHP_FPM_INSTALL_SSH2=false/g' .env - # xdebug extension does not yet support PHP 7.3. - sed -i -- 's/PHP_FPM_INSTALL_XDEBUG=true/PHP_FPM_INSTALL_XDEBUG=false/g' .env fi cat .env