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