diff options
author | Pablo Barciela <[email protected]> | 2020-03-26 21:12:10 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-26 21:18:37 +0100 |
commit | c607170ca5e940ef731208a6d4309c1a152f6bd4 (patch) | |
tree | f1530615232415412bbaa40223d1fed83a2b99f0 | |
parent | 5fb77394a79a0b89ffeba477381178a132fe87fc (diff) | |
download | mate-themes-c607170ca5e940ef731208a6d4309c1a152f6bd4.tar.bz2 mate-themes-c607170ca5e940ef731208a6d4309c1a152f6bd4.tar.xz |
Travis CI: use Ubuntu 20.04 instead 19.10
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7502b4c2..161bc0f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,5 +30,4 @@ env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:19.10" - + - DISTRO="ubuntu:20.04" |