diff options
author | Jakob Unterwurzacher | 2019-12-29 14:19:31 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2019-12-29 14:21:48 +0100 |
commit | 367b7e8647987a23ccd545fc7eeab16acc3980eb (patch) | |
tree | fca6737a6a5954caf044c6fcd2758a5551064fb1 | |
parent | 7116838abb4b1b11ff3371dff7e42bb16e3d8541 (diff) |
Travis CI: upgrade from Ubuntu 16.04 "Xenial" to Ubuntu 18.04 "Bionic"
Newer kernel and (acc. to Travis documentation) faster boot times.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a5cf048..4c0d01f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |