diff options
author | Pablo Barciela <[email protected]> | 2020-03-16 01:08:28 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-16 01:30:08 +0100 |
commit | 247a84fb2e64f6847d70d7b26ab0043382dd22e0 (patch) | |
tree | 682cdba862b7439ac8d684c1888a455ef21d538e | |
parent | 564286d77450ab95135e83eb026daf28d8800a71 (diff) | |
download | mate-backgrounds-247a84fb2e64f6847d70d7b26ab0043382dd22e0.tar.bz2 mate-backgrounds-247a84fb2e64f6847d70d7b26ab0043382dd22e0.tar.xz |
Travis CI: use Ubuntu devel 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 4615aec..38edecf 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:devel" |