From 2bcd84a01ccd48f24dcafe76e4ea105a4087192c Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Fri, 9 Apr 2021 10:56:41 +0200 Subject: [PATCH] travis: default to bionic, test on focal and trusty --- .travis.yml | 6 +++--- travis/.travis.yml.example-full | 2 +- travis/.travis.yml.example-mini | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 749ef76..f80ed86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/travis/.travis.yml.example-full b/travis/.travis.yml.example-full index 3de4982..f796f27 100644 --- a/travis/.travis.yml.example-full +++ b/travis/.travis.yml.example-full @@ -5,7 +5,7 @@ language: cpp compiler: gcc -dist: xenial +dist: bionic cache: directories: diff --git a/travis/.travis.yml.example-mini b/travis/.travis.yml.example-mini index bede258..0130f59 100644 --- a/travis/.travis.yml.example-mini +++ b/travis/.travis.yml.example-mini @@ -3,7 +3,7 @@ language: cpp compiler: gcc -dist: xenial +dist: bionic # Minimal set of packages needed to compile EPICS Base