diff options
author | Robert Tari <robert@tari.in> | 2022-02-08 14:03:48 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-02-08 14:03:48 +0100 |
commit | b09086c6727f4e8fe1467910e43b58b5ac335d00 (patch) | |
tree | 88c37e2d362c8d6e7f5c7bf29c9fd360999a2cc8 | |
parent | 43cfc1eab5323300a34d7343eb098b1528e734d7 (diff) | |
download | libayatana-appindicator-b09086c6727f4e8fe1467910e43b58b5ac335d00.tar.gz libayatana-appindicator-b09086c6727f4e8fe1467910e43b58b5ac335d00.tar.bz2 libayatana-appindicator-b09086c6727f4e8fe1467910e43b58b5ac335d00.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 |