Skip to content

Commit

Permalink
travis: switch our Travis builds to Ubuntu 18.04 (Bionic Beaver)
Browse files Browse the repository at this point in the history
Oddly, going from 16.04 to 18.04 results in about a 0.8% reduction
in code coverage.

Acked-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
  • Loading branch information
pcmoore committed Nov 14, 2019
1 parent 3bae885 commit e5ef83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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:
Expand Down

0 comments on commit e5ef83b

Please sign in to comment.