diff options
author | Robert Tari <robert@tari.in> | 2022-02-08 15:26:49 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-02-08 15:26:49 +0100 |
commit | 0c26e5cfbb6872855e62b235e4d61bcb5d9203b5 (patch) | |
tree | 61aecc7ebce3e4f4331eff814526bccc4bd97477 | |
parent | 9ad3ae4e71c8f80466638be670285071a6e08139 (diff) | |
download | ayatana-indicator-printers-0c26e5cfbb6872855e62b235e4d61bcb5d9203b5.tar.gz ayatana-indicator-printers-0c26e5cfbb6872855e62b235e4d61bcb5d9203b5.tar.bz2 ayatana-indicator-printers-0c26e5cfbb6872855e62b235e4d61bcb5d9203b5.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 |