mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-23 11:35:24 +02:00
[ticket/16216] Ignore not being able to disable xdebug
PHPBB3-16216
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user