From f45b81d862350a77eea998950ac6b38dbe323bc9 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Wed, 30 Oct 2019 11:40:08 +0100 Subject: [PATCH] Remove PHP 7.4 from `allow_failures` matrix In order to ensure that this project is forward compatible with PHP 7.4, let's allow the jobs to fail. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3e959e..0f6c09f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ script: jobs: allow_failures: - - php: 7.4snapshot - php: nightly include: