File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
- REDIS_STANDALONE=0
7
7
- REDIS_STANDALONE=1
8
8
before_script :
9
- - sh -c "if [ $REDIS_STANDALONE -eq 0 ]; then wget https://github.com/nicolasff/phpredis/archive/2.2.2 .zip -O php-redis.zip && unzip php-redis.zip; fi"
10
- - sh -c "if [ $REDIS_STANDALONE -eq 0 ]; then cd phpredis-2.2.2 / && phpize && ./configure && make && make install; fi"
9
+ - sh -c "if [ $REDIS_STANDALONE -eq 0 ]; then wget https://github.com/nicolasff/phpredis/archive/2.2.3 .zip -O php-redis.zip && unzip php-redis.zip; fi"
10
+ - sh -c "if [ $REDIS_STANDALONE -eq 0 ]; then cd phpredis-2.2.3 / && phpize && ./configure && make && make install; fi"
11
11
- sh -c "if [ $REDIS_STANDALONE -eq 0 ]; then echo \"extension=redis.so\" >> `php --ini | grep \"Loaded Configuration\" | sed -e \"s|.*:\s*||\"`; fi"
12
- - composer install
12
+ - composer install
You can’t perform that action at this time.
0 commit comments