diff options
author | raveit65 <[email protected]> | 2021-05-29 21:45:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-05-29 21:45:03 +0200 |
commit | 17e0686d7e885c9c6fb970725786505bf5b62ac3 (patch) | |
tree | cafd4807836363c8c38a1bcc54db341cb24af1f8 /.travis.yml | |
parent | 2791958e18046d428ffcff20b08bf1d2ad641bfe (diff) | |
download | engrampa-17e0686d7e885c9c6fb970725786505bf5b62ac3.tar.bz2 engrampa-17e0686d7e885c9c6fb970725786505bf5b62ac3.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 cc8354c..3455e01 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: |