[ticket/16216] Disable xdebug on travis

PHPBB3-16216
This commit is contained in:
Marc Alexander 2019-11-22 16:02:50 +01:00
parent 0641c209d7
commit c435c55657
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -65,6 +65,8 @@ then
fi fi
fi fi
# Disable xdebug on travis
phpenv config-rm xdebug.ini
# redis # redis
# Disabled redis for now as it causes travis to fail # Disabled redis for now as it causes travis to fail