mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-24 17:25:13 +00:00
add PHP 5.5, 5.6 to .travis.yml
This commit is contained in:
parent
e1e40494a0
commit
295ec7d68a
@ -2,6 +2,8 @@ language: php
|
|||||||
php:
|
php:
|
||||||
- 5.3
|
- 5.3
|
||||||
- 5.4
|
- 5.4
|
||||||
|
- 5.5
|
||||||
|
- 5.6
|
||||||
env:
|
env:
|
||||||
- REDIS_STANDALONE=0
|
- REDIS_STANDALONE=0
|
||||||
- REDIS_STANDALONE=1
|
- REDIS_STANDALONE=1
|
||||||
|
Loading…
Reference in New Issue
Block a user