From b923ad1d43fa485f3d4d71d2bae9b80fcbec9caa Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 7 Dec 2014 20:40:51 +0000 Subject: [PATCH] Disable XDebug for unit testing on Travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0c69aa4..4a486d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,9 @@ install: #composer install before_script: + # Disable xdebug + - phpenv config-rm xdebug.ini + # TODO: we should set up an Apache instance inside the Travis VM and test it. # But it looks a bit complex, esp. as it seems that php has to be set up differently (cgi vs fpm) depending on version # So for now we just take an easy way out using a known remote server. -- 2.43.0