diff options
author | Robert Tari <robert@tari.in> | 2022-02-08 15:13:47 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-02-08 15:13:47 +0100 |
commit | 20f67a20f8ea2cfb72bea044381c812b3421997f (patch) | |
tree | 158f9617d2fefdae6de509ac06df1b0bb19729bf | |
parent | 7c9505ff9fd2760798b79f05968f8c73d13c5461 (diff) | |
download | ayatana-indicator-bluetooth-20f67a20f8ea2cfb72bea044381c812b3421997f.tar.gz ayatana-indicator-bluetooth-20f67a20f8ea2cfb72bea044381c812b3421997f.tar.bz2 ayatana-indicator-bluetooth-20f67a20f8ea2cfb72bea044381c812b3421997f.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 |