From 9e586bd392304221106f6be180cdf42637e0d5d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germain=20Carr=C3=A9?= Date: Mon, 8 Jul 2019 23:20:23 +0200 Subject: [PATCH 1/2] Removing hhvm, PHP 5.5 and duplicate PHP 7.0 from travis build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Germain Carré --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf382ae..04b34fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,8 @@ addons: language: php php: - - hhvm - 7.0 - 5.6 - - 5.5 - - 7.0 before_script: - composer self-update From 37728889ca0693ec389b955115fdafb2547313d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germain=20Carr=C3=A9?= Date: Tue, 9 Jul 2019 11:04:10 +0200 Subject: [PATCH 2/2] Adding php 7.1 7.2 and 7.3 in travis build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Germain Carré --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 04b34fc..6038996 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ addons: language: php php: + - 7.3 + - 7.2 + - 7.1 - 7.0 - 5.6