diff options
| author | raveit65 <[email protected]> | 2021-05-29 21:57:05 +0200 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2021-05-29 21:59:26 +0200 | 
| commit | e7ed1623fd995f772f08d780114878b108222ccf (patch) | |
| tree | b8832cbb4202ddf8bb99b1de2cca51a161521ad6 | |
| parent | cbbaafe781fb8893f556e7eafeb79c4bb533e33d (diff) | |
| download | eom-e7ed1623fd995f772f08d780114878b108222ccf.tar.bz2 eom-e7ed1623fd995f772f08d780114878b108222ccf.tar.xz | |
travis-ci: use ubuntu focal as host system1.24
fixes build issues with fedora:latest (f34) tag.
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.travis.yml b/.travis.yml index e2e4b68..8472517 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: | 
