travis-ci: Try to run the tests on Ubuntu 20 (Focal Fossa)

This commit is contained in:
Peter Popovec 2021-04-01 12:24:00 +02:00 committed by Jakub Jelen
parent ef17b3fb89
commit 7d274a0d72
1 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@ matrix:
env: DO_PUSH_ARTIFACT=yes env: DO_PUSH_ARTIFACT=yes
- compiler: clang - compiler: clang
os: linux os: linux
dist: bionic dist: focal
- compiler: gcc - compiler: gcc
os: linux os: linux
dist: bionic dist: bionic
@ -21,7 +21,7 @@ matrix:
- ENABLE_DOC=--enable-doc - ENABLE_DOC=--enable-doc
- compiler: gcc - compiler: gcc
os: linux os: linux
dist: bionic dist: focal
env: env:
- DO_SIMULATION=oseid - DO_SIMULATION=oseid
- env: - env:
@ -71,6 +71,7 @@ addons:
- socat - socat
- cmake - cmake
- clang-tidy - clang-tidy
- softhsm2
before_install: before_install:
# homebrew is dead slow in older images due to the many updates it would need to download and build. # homebrew is dead slow in older images due to the many updates it would need to download and build.