From 056a7d284c15efc2780079f25afba32bb2e6ab6f Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Tue, 5 Jan 2021 19:11:20 +0100 Subject: [PATCH] travis: Use Ubuntu 20.10 groovy Eoan is failing: E: The repository 'http://security.ubuntu.com/ubuntu eoan-security Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. And 20.04 LTS focal in Travis is still fails on debconf issue ("debconf: unable to initialize frontend: Dialog") Old 16.04 LTS xenial is still supported and working in Travis, thus move to new groovy gives us good coverage both old and new releases. Signed-off-by: Petr Vorel Signed-off-by: Mimi Zohar --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9bea5d1..e73b24e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ matrix: compiler: gcc - os: linux - env: DISTRO=ubuntu:eoan TSS=ibmtss + env: DISTRO=ubuntu:groovy TSS=ibmtss compiler: gcc - os: linux