diff options
author | Pablo Barciela <[email protected]> | 2019-11-02 00:43:36 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-11-02 00:43:36 +0100 |
commit | 1a5a7ee31ab1aa1f231463eb1414d6569c41615b (patch) | |
tree | ea73c31d6aaf86f6788624f0a38a886ef6e20e7d | |
parent | 7e22e3bc8e6c322f3b16d0ab3ac48b4488384d06 (diff) | |
download | mate-backgrounds-1a5a7ee31ab1aa1f231463eb1414d6569c41615b.tar.bz2 mate-backgrounds-1a5a7ee31ab1aa1f231463eb1414d6569c41615b.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 1a6f74e..b57a33d 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 |