mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00: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:
commit
69c195687f
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue