[ticket/16216] Ignore not being able to disable xdebug

PHPBB3-16216
This commit is contained in:
Marc Alexander 2019-11-22 19:03:23 +01:00
parent f7ac1d2629
commit 679f3b0c76
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -59,7 +59,7 @@ then
fi fi
# Disable xdebug on travis # Disable xdebug on travis
phpenv config-rm xdebug.ini phpenv config-rm xdebug.ini || true
# redis # redis
# Disabled redis for now as it causes travis to fail # Disabled redis for now as it causes travis to fail