Disable xdebug to speed up php 7 tests
authorDan Marsden <dan@danmarsden.com>
Thu, 9 Mar 2017 02:13:22 +0000 (15:13 +1300)
committerDan Marsden <dan@danmarsden.com>
Thu, 9 Mar 2017 02:16:24 +0000 (15:16 +1300)
.travis.yml

index 122eb32..663ae79 100644 (file)
@@ -29,6 +29,10 @@ before_install:
 install:
   - moodle-plugin-ci install
 
+before_script:
+  # disable xdebug to speed up php 7.0 tests.
+    - phpenv config-rm xdebug.ini
+
 script:
     - >
       if [ "$TASK" = 'FULL' ];