From 0636e7a6eb27036c195f90fc802b00e992de8eb0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 29 May 2021 15:16:16 +0200 Subject: travis-ci: use ubuntu focal as host system fixes build issues with fedora:latest (f34) tag. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc8e49e4..1c3ad4ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: bionic +dist: focal language: shell os: linux services: -- cgit v1.2.1