diff options
author | raveit65 <[email protected]> | 2021-05-30 10:25:49 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-05-30 10:26:41 +0200 |
commit | a94210ee63d0e7f72892e16d65b1228cb3580f47 (patch) | |
tree | f45f2fb1039ea4fb241d2096df2b52de3e0ff85d | |
parent | e0c9ebca4d5f15570624f84d343b4d2e2ba6947f (diff) | |
download | marco-a94210ee63d0e7f72892e16d65b1228cb3580f47.tar.bz2 marco-a94210ee63d0e7f72892e16d65b1228cb3580f47.tar.xz |
travis-ci: use ubuntu focal as host system
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 62c561ae..925014fd 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: |