travis: switch to xenial (ubuntu 16.04)

trusty (ubuntu 14.04) runs an ancient kernel (4.4)
This commit is contained in:
Jakob Unterwurzacher 2019-03-05 20:28:35 +01:00
parent 311c34af4b
commit bde6387e2d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: go
# fuse on travis
sudo: required
dist: trusty
dist: xenial
git:
depth: 300