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

@@ -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