Compare commits

...

3 Commits

Author SHA1 Message Date
Godzil
56bf9b87fe 5.8 break the driver (yeah again) allow to fail for now. 2020-08-21 16:16:09 +02:00
Godzil
081f817cac Update kernel support list (more recent version than 5.4 may fail though) 2020-08-21 16:05:41 +02:00
Manoël Trapier
483be78d0d
Update .travis.yml
Change travis stable test branches
5.1 -> 5.3
5.2 -> 5.4
2019-12-13 14:41:30 +00:00

View File

@ -85,9 +85,8 @@ matrix:
sources:
- 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.4.y LTS"
env: KERNEL_BRANCH="linux-5.4.y" GCC_VER="gcc-8"
addons:
apt:
packages:
@ -96,8 +95,9 @@ matrix:
sources:
- ubuntu-toolchain-r-test
- name: "Kernel 5.2.y STABLE"
env: KERNEL_BRANCH="linux-5.2.y" GCC_VER="gcc-8"
# Stable versions
- name: "Kernel 5.7.y STABLE"
env: KERNEL_BRANCH="linux-5.7.y" GCC_VER="gcc-8"
addons:
apt:
packages:
@ -106,6 +106,19 @@ matrix:
sources:
- ubuntu-toolchain-r-test
- name: "Kernel 5.8.y STABLE"
env: KERNEL_BRANCH="linux-5.8.y" GCC_VER="gcc-8"
addons:
apt:
packages:
- libelf-dev
- gcc-8
sources:
- ubuntu-toolchain-r-test
allow_failures:
- name: "Kernel 5.8.y STABLE"
# Here checkout kernels
before_script:
- eval "export CC=${GCC_VER}"