mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
add PHP 5.5, 5.6 to .travis.yml
This commit is contained in:
parent
e1e40494a0
commit
295ec7d68a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue