summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2019-02-05 15:36:05 -0500
committerPaul Moore <paul@paul-moore.com>2019-02-05 15:36:05 -0500
commit06f63ba691cb9df119c6759e8f0a150a2a9cbe69 (patch)
treef0048c24388b19571ef49bf191460fd8614c5eff
parent1e64feb5f1a9ea02687228e3073e8b784a04ce46 (diff)
downloadlibseccomp-06f63ba691cb9df119c6759e8f0a150a2a9cbe69.tar.gz
travis: update to ubuntu 16.04 (xenial)
We are currently testing under Ubuntu 14.XX with Travis CI, it's time to update to a more recent version of Ubuntu. Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e186673..38432f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@
# https://docs.travis-ci.com/user/trusty-ci-environment
# https://wiki.ubuntu.com/Releases
-dist: trusty
+dist: xenial
sudo: false
notifications:
@@ -43,7 +43,7 @@ env:
# resolve any remaining dependency issues
before_install:
- # ubuntu 14.04 (trusty) has an old version of cython
+ # assume the distro has an old version of cython
- pip install cython
# see https://github.com/eddyxu/cpp-coveralls
- pip install cpp-coveralls