From d90c7aa0c88c0d654da3b89137a8ad1cce55739e Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Fri, 26 Feb 2021 10:05:52 +0100 Subject: [PATCH] remove php 7.4 tests since its not supported by payum currently --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8e4e5bf..0f68a7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ matrix: include: - php: 7.2 - php: 7.3 - - php: 7.4 env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-clover=coverage.clover" fast_finish: true