diff options
author | Pablo Barciela <[email protected]> | 2020-03-16 02:40:56 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-16 03:03:13 +0100 |
commit | 479acdfb59c39270212a64ace58d4503cb77bea6 (patch) | |
tree | d79fe422b7c42a01e109bde55575c02c9c33892b | |
parent | 5759c0df0483ad386daf04b9d98c3f1e8f342528 (diff) | |
download | mate-common-479acdfb59c39270212a64ace58d4503cb77bea6.tar.bz2 mate-common-479acdfb59c39270212a64ace58d4503cb77bea6.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 7502b4c..161bc0f 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" |