From b1faf48222601ce3b3cc62b1d3e74f330db2eaea Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Wed, 21 Oct 2020 15:12:29 +0500 Subject: [PATCH] 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 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e73d40c330..b32de97a17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: