diff options
author | Robert Tari <robert@tari.in> | 2022-02-08 14:55:58 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-02-08 14:55:58 +0100 |
commit | 47544b87b7b41799f0a619bea9755e814709b374 (patch) | |
tree | 4eac773bc1ed63136168630de2a69bec370b0d9b /.travis.yml | |
parent | d70bd10f47f92928b3a918a82cdab230ffb1a5b0 (diff) | |
download | ayatana-indicator-power-47544b87b7b41799f0a619bea9755e814709b374.tar.gz ayatana-indicator-power-47544b87b7b41799f0a619bea9755e814709b374.tar.bz2 ayatana-indicator-power-47544b87b7b41799f0a619bea9755e814709b374.zip |
.travis.yml: Run CI builds on Travis CI's Ubuntu focal base system
Diffstat (limited to '.travis.yml')
-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 |