From dcbe72617005fe79705e4ab6f44b00607d7a3bc6 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Fri, 14 Aug 2020 19:57:52 +0200 Subject: [PATCH] Bumped travis ubuntu distro to focal --- .travis.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index eb85544e..1e11d47a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,13 @@ -os: linux -dist: bionic +os: + - linux +dist: + - focal services: - xvfb -language: python -cache: bundler +language: + - python +cache: + - bundler addons: apt: