diff options
author | Robert Tari <robert@tari.in> | 2022-02-08 15:23:12 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-02-08 15:23:12 +0100 |
commit | c92041d7138cbaaf41e2d063e8b51c0967ecfa05 (patch) | |
tree | 497588ae12e2928641f336058e2eb28264137235 | |
parent | 6d1a75ee0a2ef609dd7dd3b01de6ff5a645af928 (diff) | |
download | ayatana-indicator-keyboard-c92041d7138cbaaf41e2d063e8b51c0967ecfa05.tar.gz ayatana-indicator-keyboard-c92041d7138cbaaf41e2d063e8b51c0967ecfa05.tar.bz2 ayatana-indicator-keyboard-c92041d7138cbaaf41e2d063e8b51c0967ecfa05.zip |
.travis.yml: Run CI builds on Travis CI's Ubuntu focal base system
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 95567325..73bc55b2 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 |