diff options
| author | raveit65 <[email protected]> | 2021-05-29 21:38:39 +0200 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2021-05-29 21:38:39 +0200 |
| commit | ae9d57a55ef37a0fbdd9f7ba6494443968edb5d1 (patch) | |
| tree | 8c8a910ad8071d5178ea448ef408b049336d789d | |
| parent | 826f67590ab290fb2ae2331ae0476a0135090808 (diff) | |
| download | caja-extensions-ae9d57a55ef37a0fbdd9f7ba6494443968edb5d1.tar.bz2 caja-extensions-ae9d57a55ef37a0fbdd9f7ba6494443968edb5d1.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 ce8a750..fd12334 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: |
