From 47000c999bbe8e1ba22782c9bcee34b296828e73 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 6 Nov 2018 18:32:05 +0000 Subject: [PATCH] Fixed up travis config (#3316) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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