Add php 5.5 to the build matrix (travis)
This commit is contained in:
parent
1a163cd48d
commit
14bc7f75be
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue