mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +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
|
fi
|
||||||
|
|
||||||
# redis
|
# redis
|
||||||
git clone git://github.com/nicolasff/phpredis.git redis
|
# Disabled redis for now as it causes travis to fail
|
||||||
install_php_extension 'redis' "$php_ini_file"
|
# git clone git://github.com/nicolasff/phpredis.git redis
|
||||||
|
# install_php_extension 'redis' "$php_ini_file"
|
||||||
|
|
Loading…
Add table
Reference in a new issue