From be0affa2faa5c79dbc85846be1111f533d505ddd Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Mon, 4 Nov 2019 16:03:36 +0100 Subject: [PATCH] Remove PHP 7.4 from `allow_failures` matrix In order to ensure that branch `1.6` is forward compatible with PHP 7.4, let's allow the jobs to fail. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e4a1e5ca5..fe0205298 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,9 +23,6 @@ install: script: ./vendor/bin/phpunit jobs: - allow_failures: - - php: 7.4snapshot - include: - stage: Test env: COVERAGE