Skip to content

Commit

Permalink
test with and without phpredis extension
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisboulton committed Jan 12, 2013
1 parent b0900d6 commit ac28ca3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -2,5 +2,9 @@ language: php
php:
- 5.3
- 5.4
env:
- REDIS_STANDALONE=0
- REDIS_STANDALONE=1
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

0 comments on commit ac28ca3

Please sign in to comment.