From 7d274a0d720d43a7aa4e7d28120aa9a491399d48 Mon Sep 17 00:00:00 2001 From: Peter Popovec Date: Thu, 1 Apr 2021 12:24:00 +0200 Subject: [PATCH] travis-ci: Try to run the tests on Ubuntu 20 (Focal Fossa) --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b87751d7..15e765c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ matrix: env: DO_PUSH_ARTIFACT=yes - compiler: clang os: linux - dist: bionic + dist: focal - compiler: gcc os: linux dist: bionic @@ -21,7 +21,7 @@ matrix: - ENABLE_DOC=--enable-doc - compiler: gcc os: linux - dist: bionic + dist: focal env: - DO_SIMULATION=oseid - env: @@ -71,6 +71,7 @@ addons: - socat - cmake - clang-tidy + - softhsm2 before_install: # homebrew is dead slow in older images due to the many updates it would need to download and build.