Update .travis.yml

Change travis stable test branches
5.1 -> 5.3
5.2 -> 5.4
This commit is contained in:
Manoël Trapier 2019-12-13 14:41:30 +00:00 committed by GitHub
parent 61f72c675d
commit 483be78d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: