From 3080c49caf06ec6a1c4803f6586e73cdb8de36e3 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 30 Nov 2019 18:15:09 +0100 Subject: [PATCH] Bringing back allowing failures on PHP 7.4 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 19aece15..5385b1c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,10 @@ php: - '7.3' - '7.4snapshot' +matrix: + allow_failures: + - php: '7.4snapshot' + services: - mysql - postgresql