diff options
author | Pablo Barciela <[email protected]> | 2020-03-17 02:37:20 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-17 03:03:57 +0100 |
commit | be7fbd2526f3c0c72769cdcd31ad5ac810e49e9f (patch) | |
tree | 86b28562f1f4ec3aae7ea122db2e03ff2e2666b9 | |
parent | 7e924d303cfaf17f0b3ecc41eb4a8f2344eb57ab (diff) | |
download | mate-desktop-be7fbd2526f3c0c72769cdcd31ad5ac810e49e9f.tar.bz2 mate-desktop-be7fbd2526f3c0c72769cdcd31ad5ac810e49e9f.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 e45f164..ac676ba 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" |