diff options
author | Pablo Barciela <[email protected]> | 2020-03-21 16:15:27 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-21 17:28:58 +0100 |
commit | b831925fdce64ccce43f4d1abd13b3c608d6f42b (patch) | |
tree | 0ed688ed77c4b0b8c23693f03c8ef95714084d84 | |
parent | 242b68ceddb217a42547d578898be841dca2f4a3 (diff) | |
download | mate-screensaver-b831925fdce64ccce43f4d1abd13b3c608d6f42b.tar.bz2 mate-screensaver-b831925fdce64ccce43f4d1abd13b3c608d6f42b.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 22bd2b3..1ca9786 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,5 +56,4 @@ env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:19.10" - + - DISTRO="ubuntu:devel" |