Skip to content
Snippets Groups Projects
Commit 84734e2c authored by Erick Hitter's avatar Erick Hitter
Browse files

:face_palm:

parent d2046d5f
No related branches found
No related tags found
1 merge request!22Create variant for testing Redis-related plugins
This commit is part of merge request !22. Comments created here will be created in the context of that merge request.
...@@ -19,7 +19,7 @@ before_script: ...@@ -19,7 +19,7 @@ before_script:
- | - |
if [[ $(php -v) =~ "PHP 5.6" ]]; then if [[ $(php -v) =~ "PHP 5.6" ]]; then
pecl install redis-2.2.8 pecl install redis-2.2.8
elif else
pecl install redis pecl install redis
fi fi
- echo "extension=redis.so" > /usr/local/etc/php/conf.d/redis.ini - echo "extension=redis.so" > /usr/local/etc/php/conf.d/redis.ini
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment