From 483be78d0d3b76a7a23ce73c5ec2c67268cf54d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mano=C3=ABl=20Trapier?= Date: Fri, 13 Dec 2019 14:41:30 +0000 Subject: [PATCH] Update .travis.yml Change travis stable test branches 5.1 -> 5.3 5.2 -> 5.4 --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 57bde4b..269d292 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,8 +86,8 @@ matrix: - ubuntu-toolchain-r-test # Stable versions - - name: "Kernel 5.1.y STABLE" - env: KERNEL_BRANCH="linux-5.1.y" GCC_VER="gcc-8" + - name: "Kernel 5.3.y STABLE" + env: KERNEL_BRANCH="linux-5.3.y" GCC_VER="gcc-8" addons: apt: packages: @@ -96,8 +96,8 @@ matrix: sources: - ubuntu-toolchain-r-test - - name: "Kernel 5.2.y STABLE" - env: KERNEL_BRANCH="linux-5.2.y" GCC_VER="gcc-8" + - name: "Kernel 5.4.y STABLE" + env: KERNEL_BRANCH="linux-5.4.y" GCC_VER="gcc-8" addons: apt: packages: