We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0900d6 commit ac28ca3Copy full SHA for ac28ca3
.travis.yml
@@ -2,5 +2,9 @@ language: php
2
php:
3
- 5.3
4
- 5.4
5
+env:
6
+ - REDIS_STANDALONE=0
7
+ - REDIS_STANDALONE=1
8
before_script:
9
+ - 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"
10
- composer install --dev
0 commit comments