From 1972e6094ee58fbb3b50001ff0204ba9a8924e8f Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Wed, 12 Aug 2020 22:48:48 +0100 Subject: [PATCH] Travis: Switch to Ubuntu 20.04 base image (#1051) Since it's a smaller, more up to date image, with fewer services starting at boot, improving start times: https://blog.travis-ci.com/2020-08-10-focal-build-environment https://docs.travis-ci.com/user/reference/focal/ Closes @W-7951908@. [skip changelog] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8dbbd30..2263dce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: minimal -dist: bionic +dist: focal branches: only: - main