diff options
author | Pablo Barciela <[email protected]> | 2020-03-29 16:53:13 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-29 17:03:48 +0200 |
commit | f735fb41b6d123e24ecdf66f416286a23e46cd0a (patch) | |
tree | e4baae138504bcca823ae6c8fc0fc9224d3d31f0 /.travis.yml | |
parent | 4fc2371208e33a504cc6f5ec1e8a4ccf19baf09b (diff) | |
download | mate-user-guide-f735fb41b6d123e24ecdf66f416286a23e46cd0a.tar.bz2 mate-user-guide-f735fb41b6d123e24ecdf66f416286a23e46cd0a.tar.xz |
Travis CI: use Ubuntu 20.04 instead 19.10
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 b89f4cf..aca5288 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,4 +55,4 @@ env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:19.10" + - DISTRO="ubuntu:20.04" |