From 63cbd7fad2a863075c9aecaffecb6a7b4bba89d9 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 31 Aug 2021 11:33:43 +0200 Subject: travis.yml: Update to Focal Fossa It's better to use a newer version of the compiler which might catch more issues in the code. Signed-off-by: Thomas Huth Signed-off-by: Alexey Kardashevskiy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5d0ac2d..375cabb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: bionic +dist: focal language: c addons: -- cgit v1.1