From 9621bd008d240ae1feac9a4b33695a0dadb1ca1f Mon Sep 17 00:00:00 2001 From: Martin Konrad Date: Wed, 29 May 2019 14:37:49 -0400 Subject: [PATCH] Use xenial for examples Let's use a bit newer distro with newer compilers and libraries by default. I think with over 3 years xenial is old enough. I bet people that really need to go back to the GCC 4 age will figure out how to do that. --- .travis.yml.example-full | 2 +- .travis.yml.example-mini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml.example-full b/.travis.yml.example-full index cbc0adb..bbcee1a 100644 --- a/.travis.yml.example-full +++ b/.travis.yml.example-full @@ -3,7 +3,7 @@ language: cpp compiler: gcc -dist: trusty +dist: xenial addons: apt: diff --git a/.travis.yml.example-mini b/.travis.yml.example-mini index 22fa1ca..62e6c4c 100644 --- a/.travis.yml.example-mini +++ b/.travis.yml.example-mini @@ -3,7 +3,7 @@ language: cpp compiler: gcc -dist: trusty +dist: xenial # Minimal set of packages needed to compile EPICS Base