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:
commit
69c195687f
@ -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…
x
Reference in New Issue
Block a user