From e5ef83b99f8cea199dde3a8407c7654e75b2ece3 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Mon, 4 Nov 2019 20:42:03 -0500 Subject: [PATCH] travis: switch our Travis builds to Ubuntu 18.04 (Bionic Beaver) Oddly, going from 16.04 to 18.04 results in about a 0.8% reduction in code coverage. Acked-by: Tom Hromatka Signed-off-by: Paul Moore --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 38432f10..da1cde5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ # Travis CI configuration for libseccomp -# https://docs.travis-ci.com/user/trusty-ci-environment +# https://docs.travis-ci.com/user/reference/bionic # https://wiki.ubuntu.com/Releases -dist: xenial +dist: bionic sudo: false notifications: