1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-02 04:24:56 +02:00

Merge pull request #2144 from nickvergessen/travis/disable-redis

[travis/disable-redis] Disable redis on travis until its fixed again
This commit is contained in:
Nathan Guse 2014-03-16 11:06:26 -05:00
commit 69c195687f

View File

@ -52,5 +52,6 @@ then
fi
# redis
git clone git://github.com/nicolasff/phpredis.git redis
install_php_extension 'redis' "$php_ini_file"
# Disabled redis for now as it causes travis to fail
# git clone git://github.com/nicolasff/phpredis.git redis
# install_php_extension 'redis' "$php_ini_file"