diff options
author | Robert Tari <robert@tari.in> | 2022-02-08 15:31:36 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-02-08 15:31:36 +0100 |
commit | 51776b60df852a599ef24836ac3ecd8ceda983d3 (patch) | |
tree | dff77c9cefc5c1108fd54289f1ce578242bef068 | |
parent | f57b15b8be5f9062fd57f420ad88446956aa9e82 (diff) | |
download | ayatana-indicator-display-51776b60df852a599ef24836ac3ecd8ceda983d3.tar.gz ayatana-indicator-display-51776b60df852a599ef24836ac3ecd8ceda983d3.tar.bz2 ayatana-indicator-display-51776b60df852a599ef24836ac3ecd8ceda983d3.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 9556732..73bc55b 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 |