travis: default to bionic, test on focal and trusty

This commit is contained in:
Ralph Lange
2021-04-09 10:56:41 +02:00
parent c6df7df2bd
commit 2bcd84a01c
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
language: cpp
compiler: gcc
dist: xenial
dist: bionic
cache:
directories:
@@ -95,10 +95,10 @@ jobs:
# Compile example
- env: SET=test01
dist: bionic
dist: focal
- env: SET=test01 BCFG=static-debug
dist: bionic
dist: focal
- env: SET=test01 CLEAN_DEPS=NO
dist: trusty

View File

@@ -5,7 +5,7 @@
language: cpp
compiler: gcc
dist: xenial
dist: bionic
cache:
directories:

View File

@@ -3,7 +3,7 @@
language: cpp
compiler: gcc
dist: xenial
dist: bionic
# Minimal set of packages needed to compile EPICS Base