Browse Source

Disable xdebug to speed up php 7 tests

MOODLE_33_STABLE
Dan Marsden 8 years ago
parent
commit
a417fbfecd
  1. 4
      .travis.yml

4
.travis.yml

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

Loading…
Cancel
Save