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:
parent
7116838abb
commit
367b7e8647
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user