redis already installed

This commit is contained in:
Dennis Eichhorn 2018-10-05 21:04:19 +02:00
parent 0a6e6beaef
commit ab842f5703

View File

@ -11,7 +11,6 @@ before_script:
- composer install
- git clone -b develop https://github.com/Orange-Management/Build.git
- chmod -R 755 Build/Hooks
- pecl install redis
- echo "extension=redis.so" | tee /.phpenv/versions/$(phpenv version-name)/etc/conf.d/redis.ini
- phpenmod redis
- pecl install memcached