diff options
-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 |