diff options
author | Pablo Barciela <[email protected]> | 2020-03-29 15:00:10 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-29 16:02:19 +0200 |
commit | a51d5d55ec0f591a6b0ede1d511b7bedb8843ec3 (patch) | |
tree | a50716e1e521c1a863834d9f243ef00d48b41ab9 | |
parent | 51c2fb68f9df9063fac4b6f52acc241b9af7fd77 (diff) | |
download | mate-user-share-a51d5d55ec0f591a6b0ede1d511b7bedb8843ec3.tar.bz2 mate-user-share-a51d5d55ec0f591a6b0ede1d511b7bedb8843ec3.tar.xz |
Travis CI: use Ubuntu 20.04 instead 19.10
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 74c785b..cb00516 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,4 @@ env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:19.10" + - DISTRO="ubuntu:20.04" |