From: gggeek Date: Sun, 7 Dec 2014 20:40:51 +0000 (+0000) Subject: Disable XDebug for unit testing on Travis X-Git-Tag: 4.0.0-alpha~6 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=b923ad1d43fa485f3d4d71d2bae9b80fcbec9caa Disable XDebug for unit testing on Travis --- 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.