Merge branch 'pr170-master'

This commit is contained in:
Daniele Alessandri
2014-05-28 12:54:16 +02:00
2 changed files with 8 additions and 1 deletions
+5 -1
View File
@@ -12,7 +12,11 @@ branches:
- php5.2_backport
- documentation
services: redis-server
script: phpunit -c phpunit.xml.travisci
before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev
script:
- vendor/bin/phpunit -c phpunit.xml.travisci
matrix:
allow_failures:
- php: hhvm
+3
View File
@@ -18,6 +18,9 @@
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"suggest": {
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol",
"ext-curl": "Allows access to Webdis when paired with phpiredis"