diff options
author | raveit65 <[email protected]> | 2021-05-30 15:16:15 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-05-30 15:16:15 +0200 |
commit | 7c499d486d758a01df38b2a9ff3334974f67881d (patch) | |
tree | eefec6f9bc30388ea255fcca884e37eecbe87e9a /.travis.yml | |
parent | 7ec024ad86e4b584177316fa7710dcf009a3df74 (diff) | |
download | mate-notification-daemon-7c499d486d758a01df38b2a9ff3334974f67881d.tar.bz2 mate-notification-daemon-7c499d486d758a01df38b2a9ff3334974f67881d.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 3f717d7..3562958 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: |