Build/Test Tools: Disable Xdebug when testing on Travis.

This should have some performance benefits, but I guess we'll need to wait and see.

See 


git-svn-id: https://develop.svn.wordpress.org/trunk@40138 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2017-02-27 22:53:46 +00:00
parent 5349b0a08c
commit ca8ab8ae32

@ -52,12 +52,14 @@ before_install:
echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
fi
before_script:
- phpenv config-rm xdebug.ini
- npm install -g npm
- npm install -g grunt-cli
- npm install
- npm prune
- mysql --version
- phpenv versions
- php --version
- npm --version
- node --version
script: grunt $WP_TRAVISCI