diff --git a/.travis.yml b/.travis.yml index ffc98ac9..b00e6e99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ branches: before_install: - cp .env.example .env - - phpenv config-rm xdebug.ini + - phpenv config-rm xdebug.ini || true install: - travis_retry composer install --no-interaction --no-suggest