mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Allow the Travis build on PHP 7.2 to fail
This commit is contained in:
parent
0cb55916a8
commit
c625269a60
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ matrix:
|
|||
|
||||
- php: 7.2
|
||||
env: DB=mysql PHPUNIT=5.7.19
|
||||
allow_failures:
|
||||
- php: 7.2
|
||||
env: DB=mysql PHPUNIT=5.7.19
|
||||
|
||||
|
||||
before_script:
|
||||
|
|
Loading…
Reference in a new issue