mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 00:11:53 +00:00
test with and without phpredis extension
This commit is contained in:
parent
b0900d6390
commit
ac28ca36d5
@ -2,5 +2,9 @@ language: php
|
|||||||
php:
|
php:
|
||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
|
env:
|
||||||
|
- REDIS_STANDALONE=0
|
||||||
|
- REDIS_STANDALONE=1
|
||||||
before_script:
|
before_script:
|
||||||
|
- sh -c "if [ $REDIS_STANDALONE -eq 0 ]; then pecl install redis && echo \"extension=redis.so\" >> `php --ini | grep \"Loaded Configuration\" | sed -e \"s|.*:\s*||\"`; fi"
|
||||||
- composer install --dev
|
- composer install --dev
|
Loading…
Reference in New Issue
Block a user