From 08bd83e99bd99a272f04fb7342594808fb19c906 Mon Sep 17 00:00:00 2001 From: Jan Trejbal Date: Mon, 1 Jul 2019 13:44:10 +0200 Subject: [PATCH] Allow PHP 7.4 failure --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4d065fa..148500b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,10 @@ after_failure: # Print *.actual content - for i in $(find tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done +matrix: + allow_failures: + - php: 7.4snapshot + jobs: include: - env: title="Lowest Dependencies 7.1"