From 281e328b337bde239e6ce1e8b5618ff21772d880 Mon Sep 17 00:00:00 2001 From: Carlos Garces Date: Sat, 31 Oct 2020 18:37:12 +0100 Subject: [PATCH] Update kernels to last LTS --- .travis.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3daed0d..1fc5d84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,13 +28,12 @@ env: jobs: - KVER_BUILD=$KERNEL_MAINLINE - KVER_BUILD=$KERNEL_STABLE - - KVER_BUILD=5.5.19 #EOL - #Kernels 5.4 with minor versions > 28 are failing on amd64. Not upgrade the minor version without check https://kernel.ubuntu.com/~kernel-ppa/mainline/ - - KVER_BUILD=5.4.28 - - KVER_BUILD=4.19.116 - - KVER_BUILD=4.9.219 - - KVER_BUILD=4.4.219 - - KVER_BUILD=3.16.82 + - KVER_BUILD=5.8.17 + - KVER_BUILD=5.4.73 + - KVER_BUILD=4.19.154 + - KVER_BUILD=4.14.203 + - KVER_BUILD=4.9.241 + - KVER_BUILD=4.4.241 cache: - ccache: true