Revert "Disable xdebug to speed up php 7 tests"
authorDan Marsden <dan@danmarsden.com>
Thu, 9 Mar 2017 02:28:32 +0000 (15:28 +1300)
committerDan Marsden <dan@danmarsden.com>
Thu, 9 Mar 2017 02:28:32 +0000 (15:28 +1300)
This reverts commit a417fbfecdd2f6141b7c9f56a870ef25d6c3ccca.

.travis.yml

index 663ae79..122eb32 100644 (file)
@@ -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' ];