From e659f6f620b5adcc7fb5a111ad300cae2f97a4ed Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Mon, 6 Apr 2020 16:41:05 +0200 Subject: [PATCH] - try Ubuntu 19.10 instead of 18.10 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3038f6fc..d5f543c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: - BUILD_FLAVOR=tumbleweed - BUILD_FLAVOR=leap - BUILD_FLAVOR=fedora DOCKER_TAG=31 - - BUILD_FLAVOR=ubuntu DOCKER_TAG=18.10 + - BUILD_FLAVOR=ubuntu DOCKER_TAG=19.10 - BUILD_FLAVOR=debian DOCKER_TAG=10 before_install: -- 2.47.3