From 376d91b2a1b38dd8ea80d57bb6a34049b062be7e Mon Sep 17 00:00:00 2001 From: Antti Korpi Date: Sun, 13 Dec 2020 14:58:15 +0100 Subject: Travis: Test on Ubuntu Focal (20.04) Should have newer versions of stuff. Perhaps including GCC, to repro https://github.com/anko/xkbcat/issues/4. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8206ef3..7a06355 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: bionic +dist: focal language: c compiler: - clang -- cgit v1.3-2-g0d8e