mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Travis CI Allow failure: PHP7.2 + mysql + PHPUnit3.7
This commit is contained in:
parent
1769df745c
commit
f07d193ded
1 changed files with 1 additions and 2 deletions
|
@ -41,10 +41,9 @@ matrix:
|
||||||
|
|
||||||
- php: 7.2
|
- php: 7.2
|
||||||
env: DB=mysql PHPUNIT=5.7.19
|
env: DB=mysql PHPUNIT=5.7.19
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: 7.2
|
- php: 7.2
|
||||||
env: DB=mysql PHPUNIT=5.7.19
|
env: DB=mysql
|
||||||
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue