mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 21:52:21 +00:00
test with and without phpredis extension
This commit is contained in:
parent
b0900d6390
commit
ac28ca36d5
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue