1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-29 12:43:15 +01:00

[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
# Disable xdebug on travis
phpenv config-rm xdebug.ini
# redis
# Disabled redis for now as it causes travis to fail