Add php 5.5 to the build matrix (travis)
This commit is contained in:
parent
1a163cd48d
commit
14bc7f75be
@ -3,6 +3,11 @@ language: php
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: 5.5
|
||||
env:
|
||||
- DB=mysql
|
||||
- DB=pgsql
|
||||
|
Loading…
Reference in New Issue
Block a user