mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-17 22:28:46 +01:00
[ticket/12281] Disable redis on travis until its fixed again
/home/travis/build/phpbb/phpbb/redis/redis.c:6141:34: error: unknown type name ‘tsrm_ls’ make: *** [redis.lo] Error 1 The command "sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' ]; then travis/setup-php-extensions.sh; fi"" failed and exited with 2 during install. PHPBB3-12281
This commit is contained in:
parent
325931a56b
commit
ada37226bf
@ -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