diff options
author | Robert Tari <robert@tari.in> | 2022-02-08 14:13:24 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-02-08 14:13:24 +0100 |
commit | f011bb99b130d8a0774cf67161c139b5daf00eec (patch) | |
tree | f0ef0a33d09a7c85eb508bd786b235db0fe23475 | |
parent | 0240328b9fd3680a041d9213696ca19816a7a58f (diff) | |
download | ayatana-indicator-application-f011bb99b130d8a0774cf67161c139b5daf00eec.tar.gz ayatana-indicator-application-f011bb99b130d8a0774cf67161c139b5daf00eec.tar.bz2 ayatana-indicator-application-f011bb99b130d8a0774cf67161c139b5daf00eec.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 |