Travis: Allow PHP 7.4 to fail for now

We are currently experiencing issues due to Mockery not yet being 100%
compatible with PHP.

See https://github.com/mockery/mockery/pull/980.
This commit is contained in:
Franz Liedke 2019-07-06 01:56:54 +02:00
parent 8c841c3266
commit de67927ef2
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -61,3 +61,7 @@ jobs:
-k $encrypted_678139e2bc67_key
-i $encrypted_678139e2bc67_iv
after_success: skip
matrix:
allow_failures:
- php: 7.4snapshot