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:
Marc Würth 2017-11-02 01:40:40 +01:00 committed by GitHub
commit 24e4acf9a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,12 @@ matrix:
- php: 7.2
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: