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.

Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
pcmoore committed Nov 5, 2019
1 parent 9a988ef commit 8177bd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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 8177bd1

Please sign in to comment.