diff options
author | Pablo Barciela <[email protected]> | 2019-10-28 09:53:14 +0100 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2019-10-28 09:53:14 +0100 |
commit | e8facaf0c520d9654e1b3d6284f4572897524d78 (patch) | |
tree | 71e40e91b9b32941ed6596549293e159c2373ac0 | |
parent | c428467dc7458542b75ed8b4f235e4ba4f85e6bc (diff) | |
download | libmateweather-e8facaf0c520d9654e1b3d6284f4572897524d78.tar.bz2 libmateweather-e8facaf0c520d9654e1b3d6284f4572897524d78.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 37ea28e..47fa4f8 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 |