summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJakob Unterwurzacher2019-12-29 14:19:31 +0100
committerJakob Unterwurzacher2019-12-29 14:21:48 +0100
commit367b7e8647987a23ccd545fc7eeab16acc3980eb (patch)
treefca6737a6a5954caf044c6fcd2758a5551064fb1 /.travis.yml
parent7116838abb4b1b11ff3371dff7e42bb16e3d8541 (diff)
Travis CI: upgrade from Ubuntu 16.04 "Xenial" to Ubuntu 18.04 "Bionic"
Newer kernel and (acc. to Travis documentation) faster boot times.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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