mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-21 07:51:33 +02:00
[ticket/16223] Add memcached config and PHP extension
PHPBB3-16223
This commit is contained in:
@@ -57,6 +57,9 @@ fi
|
||||
# Disable xdebug on travis
|
||||
phpenv config-rm xdebug.ini || true
|
||||
|
||||
# memcached
|
||||
echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||
|
||||
# redis
|
||||
# Disabled redis for now as it causes travis to fail
|
||||
# git clone git://github.com/nicolasff/phpredis.git redis
|
||||
|
Reference in New Issue
Block a user