diff options
author | raveit65 <[email protected]> | 2021-05-30 16:39:52 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-05-30 16:39:52 +0200 |
commit | c8b91ab17d7309ca348651191ecaa362abc3b9a2 (patch) | |
tree | c454e198192f4425fc4b6dff71fba4ee9f289a36 /.travis.yml | |
parent | b47a568ffb411af2993ad0eaf6851421915673b2 (diff) | |
download | mate-power-manager-c8b91ab17d7309ca348651191ecaa362abc3b9a2.tar.bz2 mate-power-manager-c8b91ab17d7309ca348651191ecaa362abc3b9a2.tar.xz |
travis-ci: use ubuntu focal as host system
fixes build issues with fedora:latest (f34) tag.
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 9b2f2df..473806d 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 services: |