diff options
author | Pablo Barciela <[email protected]> | 2020-03-26 20:29:57 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-26 20:48:27 +0100 |
commit | 6456b3a0336598b3be7a896d2fef214184466c9e (patch) | |
tree | e3f0a0d4de8e400c176c2baec586171d82ba36d8 | |
parent | 6fb20e5da97dee81403d58daa61008df4b08b323 (diff) | |
download | mate-terminal-6456b3a0336598b3be7a896d2fef214184466c9e.tar.bz2 mate-terminal-6456b3a0336598b3be7a896d2fef214184466c9e.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" |