mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 21:52:21 +00:00
test against version 2.2.3 of phpredis
This commit is contained in:
parent
1310b0661b
commit
3f5937a5f8
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ env:
|
||||||
- REDIS_STANDALONE=0
|
- REDIS_STANDALONE=0
|
||||||
- REDIS_STANDALONE=1
|
- REDIS_STANDALONE=1
|
||||||
before_script:
|
before_script:
|
||||||
- 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"
|
- 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"
|
||||||
- sh -c "if [ $REDIS_STANDALONE -eq 0 ]; then cd phpredis-2.2.2/ && phpize && ./configure && make && make install; fi"
|
- sh -c "if [ $REDIS_STANDALONE -eq 0 ]; then cd phpredis-2.2.3/ && phpize && ./configure && make && make install; fi"
|
||||||
- sh -c "if [ $REDIS_STANDALONE -eq 0 ]; then echo \"extension=redis.so\" >> `php --ini | grep \"Loaded Configuration\" | sed -e \"s|.*:\s*||\"`; fi"
|
- sh -c "if [ $REDIS_STANDALONE -eq 0 ]; then echo \"extension=redis.so\" >> `php --ini | grep \"Loaded Configuration\" | sed -e \"s|.*:\s*||\"`; fi"
|
||||||
- composer install
|
- composer install
|
Loading…
Add table
Add a link
Reference in a new issue