From 7fab7955b83ab04f39e36fd9921f1f654c24f62f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Barna?= Date: Sat, 1 Feb 2020 18:47:56 +0100 Subject: [PATCH 1/2] Update PHP versions --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8052df9..e9241d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ language: php php: -# - 5.5 - 5.6 - 7.0 - 7.1 - - hhvm + - 7.2 # to support hhvm dist: trusty From e645f562c6fe57cc4a2a28fe826013ef7dd54d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Barna?= Date: Sat, 1 Feb 2020 18:48:08 +0100 Subject: [PATCH 2/2] Update OS version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e9241d4..1447c5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ php: - 7.2 # to support hhvm -dist: trusty +dist: xenial # faster builds on new travis setup not using sudo sudo: false