From 3f0bcb973a8c0781e32fe971fa616539c9bbfa40 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Wed, 30 Oct 2019 11:34:02 +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 7477b6d..8081bf7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ script: jobs: allow_failures: - - php: 7.4snapshot - php: nightly include: