From b95c106c745677aabc2054c172f0acf9b840d412 Mon Sep 17 00:00:00 2001 From: techno-express Date: Wed, 25 Mar 2020 11:51:44 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 23904ea..6bebcfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,14 +7,13 @@ addons: - php-pear php: - - 7.1 - 7.2 - 7.3 - 7.4 matrix: allow_failures: - - php: 7.1 + - php: 7.3 - php: 7.4 fast_finish: true