diff options
author | Pablo Barciela <[email protected]> | 2019-10-23 20:49:23 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-23 20:49:23 +0200 |
commit | 7eac941049eaaedec7e30b22514d1bd3440c26f8 (patch) | |
tree | 89bb1f8010ed013da5deed7591b515df0cdb9af0 | |
parent | e2a1e5ca2d296a9cfef33f7c3690e3c36218d5d5 (diff) | |
download | mate-terminal-7eac941049eaaedec7e30b22514d1bd3440c26f8.tar.bz2 mate-terminal-7eac941049eaaedec7e30b22514d1bd3440c26f8.tar.xz |
Travis CI: use Ubuntu 19.10 instead 19.04
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e18481e..b5eec20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - DISTRO="fedora:30" - - DISTRO="ubuntu:19.04" + - DISTRO="ubuntu:19.10" ########################################################## # THE FOLLOWING LINES IS USED BY docker-build |