From e3b719c033567d967983f38e0d4e8e6efb11d502 Mon Sep 17 00:00:00 2001 From: Kevin Hill Date: Sat, 21 Mar 2020 05:40:16 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 56dfe118..329e25ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,20 +7,22 @@ php: - 5.5 - 5.6 - 7.0 - - hhvm + - 7.1 + - 7.2 + - 7.3 matrix: fast_finish: true allow_failures: - php: 7.0 - - php: hhvm + - php: 7.1 + - php: 7.2 + - php: 7.3 branches: only: - "master" - "3.1" - - "3.0" - - "2.5" cache: directories: