mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
just use built in phpunit on travis ci
This commit is contained in:
parent
6800fbe5ac
commit
aae168392c
1 changed files with 1 additions and 1 deletions
|
@ -9,4 +9,4 @@ 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 cd phpredis-2.2.2/ && 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"
|
||||
- composer install --dev
|
||||
- composer install
|
Loading…
Add table
Add a link
Reference in a new issue