CI: travis-ci: switch to Ubuntu 20.04
we were blocked by https://github.com/vtest/VTest/issues/20 issue is resolved, let us update to focal
This commit is contained in:
parent
bd71510024
commit
b1faf48222
|
@ -1,6 +1,6 @@
|
|||
# build status appears on https://travis-ci.com/haproxy/haproxy
|
||||
|
||||
dist: bionic
|
||||
dist: focal
|
||||
|
||||
language: c
|
||||
|
||||
|
@ -19,7 +19,7 @@ env:
|
|||
addons:
|
||||
apt:
|
||||
update: true
|
||||
packages: [ liblua5.3-dev, libsystemd-dev, libpcre2-dev, clang-9, socat, ninja-build ]
|
||||
packages: [ liblua5.3-dev, libsystemd-dev, libpcre2-dev, clang-9, socat, ninja-build, libpcre3-dev ]
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
Loading…
Reference in New Issue