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:
Anthony Iliopoulos 2020-04-01 21:12:16 +02:00 committed by Juan RP
parent bfad1afff3
commit a3a103a194
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
language: generic
dist: bionic
notifications:
email: false