mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #11397 from cakephp/2.x-allow-php72-failures
Allow the Travis builds on PHP 7.2 to fail
This commit is contained in:
commit
24e4acf9a3
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ matrix:
|
||||||
|
|
||||||
- php: 7.2
|
- php: 7.2
|
||||||
env: DB=mysql PHPUNIT=5.7.19
|
env: DB=mysql PHPUNIT=5.7.19
|
||||||
|
allow_failures:
|
||||||
|
- php: 7.2
|
||||||
|
env: DB=mysql
|
||||||
|
|
||||||
|
- php: 7.2
|
||||||
|
env: DB=mysql PHPUNIT=5.7.19
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue