From a3a103a194e1224145e6459c54da7fa2938d91b5 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Wed, 1 Apr 2020 21:12:16 +0200 Subject: [PATCH] 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. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index bb148eb9..79dd18c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: generic +dist: bionic + notifications: email: false