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:
Ilya Shipitsin 2020-10-21 15:12:29 +05:00 committed by Willy Tarreau
parent bd71510024
commit b1faf48222
1 changed files with 2 additions and 2 deletions

View File

@ -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: