From a417fbfecdd2f6141b7c9f56a870ef25d6c3ccca Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 9 Mar 2017 15:13:22 +1300 Subject: [PATCH] Disable xdebug to speed up php 7 tests --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 122eb32..663ae79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' ];