From 981fbc5ada6ce2c0b5f8367c68497115eac6f964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wr=C3=B3bel?= Date: Mon, 1 Jun 2020 14:13:51 +0200 Subject: [PATCH] Update deb build environment to use Ubuntu 18.04 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9c37c66..07d7676 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ jobs: os: linux env: BUILD_DESTINATION=snapcraft - language: minimal - dist: xenial + dist: bionic os: linux env: BUILD_DESTINATION=deb - language: python