From 7e884740f1b4350d0e03b710e3cf2c6d4186f050 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Mon, 6 Jul 2020 08:25:34 +0200 Subject: [PATCH] Travis CI: upgrade distribution and remove deprecated sudo This upgrade fixes PHP 7.4 fatal error builds, because dist < xenial do not include php-gd with PHP 7.4. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f466c317..d04a45d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,4 @@ -sudo: false -dist: trusty +dist: bionic matrix: include: -- 2.41.0