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.
This commit is contained in:
Martin Konrad
2019-05-29 14:37:49 -04:00
parent be83b22993
commit 9621bd008d
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
language: cpp
compiler: gcc
dist: trusty
dist: xenial
addons:
apt:

View File

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