diff options
author | Pablo Barciela <[email protected]> | 2020-03-26 13:46:06 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-03-26 15:16:55 +0100 |
commit | b247ae3df8475c0ed3318ed46ca2b3169f35a8ff (patch) | |
tree | 05d93c363d49f678afe322ab79d571649aa91d2b /.travis.yml | |
parent | d782ec1ae0fe19614e4c5c6573cf63bc9ab678f9 (diff) | |
download | mate-terminal-b247ae3df8475c0ed3318ed46ca2b3169f35a8ff.tar.bz2 mate-terminal-b247ae3df8475c0ed3318ed46ca2b3169f35a8ff.tar.xz |
Travis CI: use Ubuntu devel instead 19.10
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 54ae69d..1ca9786 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,4 +56,4 @@ env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:19.10" + - DISTRO="ubuntu:devel" |