]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: travis-ci: switch to Ubuntu 20.04
authorIlya Shipitsin <chipitsine@gmail.com>
Wed, 21 Oct 2020 10:12:29 +0000 (15:12 +0500)
committerWilly Tarreau <w@1wt.eu>
Sat, 24 Oct 2020 09:31:56 +0000 (11:31 +0200)
we were blocked by https://github.com/vtest/VTest/issues/20
issue is resolved, let us update to focal

.travis.yml

index e73d40c3303ebcf77f77b1cc3c5223e8f93bf643..b32de97a17975096d1d43fcddb45c1282c4cbbac 100644 (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: