Merge pull request #2 from mark0n/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.
This commit is contained in:
Ralph Lange
2019-06-02 16:31:44 +02:00
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