mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Made PHP 5.6 a allowed failure on travis.
This commit is contained in:
parent
28404ace96
commit
c8a2921b12
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ env:
|
||||||
- DB=sqlite
|
- DB=sqlite
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
allow_failures:
|
||||||
|
- php: 5.6
|
||||||
include:
|
include:
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue