Merge pull request #208 from sasezaki/patch-1

add PHP 5.5, 5.6 to .travis.yml
This commit is contained in:
Chris Boulton 2014-09-07 17:23:16 +10:00
commit 80d1c4be19

View File

@ -2,6 +2,8 @@ language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
env:
- REDIS_STANDALONE=0
- REDIS_STANDALONE=1