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.
This commit is contained in:
parent
78c2f122e0
commit
7e884740f1
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
sudo: false
|
||||
dist: trusty
|
||||
dist: bionic
|
||||
|
||||
matrix:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue