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 67040303f9
commit f19d80ee0f

View File

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