From e63ae5a0d62bf3664a9abd41be0f658eaccb65ca Mon Sep 17 00:00:00 2001 From: david22swan <david.swan@puppet.com> Date: Wed, 23 Nov 2022 16:48:40 +0000 Subject: [PATCH] (maint) Bump the Ubuntu version that travis runs on Xenial (16.04) is eol, swapping to Focal (20.04) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b8a5ad..2c30c67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ --- os: linux -dist: xenial +dist: focal language: generic env: - PDK=release PDK_FRONTEND=noninteractive -- GitLab