remove unused line

This commit is contained in:
miya0001 2017-08-29 08:10:00 +09:00
parent f551898e39
commit db5b14d5db

View file

@ -39,7 +39,6 @@ matrix:
env: WP_VERSION=latest

before_install:
- phpenv config-rm xdebug.ini
- |
# Remove Xdebug for a huge performance increase:
if [ -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ]; then