diff options
| author | raveit65 <[email protected]> | 2021-05-29 15:16:16 +0200 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2021-05-29 15:17:18 +0200 |
| commit | 0636e7a6eb27036c195f90fc802b00e992de8eb0 (patch) | |
| tree | 70349cb958f2957efa5447fe64a75a50fd047ef8 | |
| parent | 8ad6d336c292489fe58f59b032cbd84d62d339b4 (diff) | |
| download | atril-0636e7a6eb27036c195f90fc802b00e992de8eb0.tar.bz2 atril-0636e7a6eb27036c195f90fc802b00e992de8eb0.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 fc8e49e4..1c3ad4ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: bionic +dist: focal language: shell os: linux services: |
