1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 14:18:24 +01:00

Merge pull request #5742 from marc1706/ticket/16216

[ticket/16216] Ignore not being able to disable xdebug
This commit is contained in:
Marc Alexander 2019-11-22 19:12:06 +01:00
commit 960e5af71c
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

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