From 735792f5e33aeb7bbdb9fc7c56c896f84cfa23f3 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 30 May 2021 14:56:07 +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 d3ee335..5fd5b0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ # vim: set ts=2 sts=2 sw=2 expandtab : -dist: bionic +dist: focal language: shell os: linux services: -- cgit v1.2.1