diff options
author | raveit65 <[email protected]> | 2021-05-30 19:23:14 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-05-30 19:23:14 +0200 |
commit | 9ee3ad2b2c6d7a879b43bf2d9784168e8fbb7b5c (patch) | |
tree | bed99ca80d26a689e557ddae692b46c0fb46e9f4 /.travis.yml | |
parent | de3d9d367444c29bc52c415ff7bc7d8eff8a9c67 (diff) | |
download | python-caja-9ee3ad2b2c6d7a879b43bf2d9784168e8fbb7b5c.tar.bz2 python-caja-9ee3ad2b2c6d7a879b43bf2d9784168e8fbb7b5c.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 db5494b..9d1959b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: bionic +dist: focal language: shell os: linux services: |