Disable XDebug for unit testing on Travis
authorgggeek <giunta.gaetano@gmail.com>
Sun, 7 Dec 2014 20:40:51 +0000 (20:40 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sun, 7 Dec 2014 20:40:51 +0000 (20:40 +0000)
.travis.yml

index 0c69aa4..4a486d9 100644 (file)
@@ -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.