travis: build on bionic
Change the build environment from the current travis default (xenial) to bonic, so that we can run on a newer kernel. This gets rid of issues related with coreutils due to the statx syscall which is unavailable on xenial kernels.
This commit is contained in:
parent
bfad1afff3
commit
a3a103a194
@ -1,5 +1,7 @@
|
||||
language: generic
|
||||
|
||||
dist: bionic
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user