From a4697b52f7f86a45c3215a4e590a4ad72544838d Mon Sep 17 00:00:00 2001 From: Gert de Pagter Date: Mon, 30 Sep 2019 20:56:58 +0200 Subject: [PATCH] Allow xdebug not to be disabled This allows the script to continue if xdebug can't be disabled (most likely bc it isn't there in the first place) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e1ab35d..4cfafc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: sudo: false before_script: - - phpenv config-rm xdebug.ini + - phpenv config-rm xdebug.ini || true - composer self-update - composer require satooshi/php-coveralls:~2.0.0 --no-update --dev - composer install --prefer-source