Travis CI: upgrade from Ubuntu 16.04 "Xenial" to Ubuntu 18.04 "Bionic"

Newer kernel and (acc. to Travis documentation) faster boot times.
This commit is contained in:
Jakob Unterwurzacher 2019-12-29 14:19:31 +01:00
parent 7116838abb
commit 367b7e8647
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: go
# fuse on travis
sudo: required
dist: xenial
dist: bionic # Ubuntu 18.04 "Bionic", https://docs.travis-ci.com/user/reference/bionic/
git:
depth: 300