diff options
author | raveit65 <[email protected]> | 2021-05-29 21:57:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-05-29 21:57:05 +0200 |
commit | 75df11f089df7ecc5b320217c236a0da9e7eafa8 (patch) | |
tree | cd375c5a25da8c5c4601fc3607cbb7e8da95601a /.travis.yml | |
parent | dc4bac19abfaa342b80061aaabc810f13a3777f6 (diff) | |
download | eom-75df11f089df7ecc5b320217c236a0da9e7eafa8.tar.bz2 eom-75df11f089df7ecc5b320217c236a0da9e7eafa8.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 8b80246..3587e71 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: |