Browse Source

Update kernel support list (more recent version than 5.4 may fail though)

Godzil 3 years ago
parent
commit
081f817cac
1 changed files with 14 additions and 4 deletions
  1. 14 4
      .travis.yml

+ 14 - 4
.travis.yml

@@ -85,9 +85,19 @@ matrix:
           sources:
             - ubuntu-toolchain-r-test
 
+    - name: "Kernel 5.4.y LTS"
+      env: KERNEL_BRANCH="linux-5.4.y" GCC_VER="gcc-8"
+      addons:
+        apt:
+          packages:
+            - libelf-dev
+            - gcc-8
+          sources:
+            - ubuntu-toolchain-r-test
+
     # Stable versions
-    - name: "Kernel 5.3.y STABLE"
-      env: KERNEL_BRANCH="linux-5.3.y" GCC_VER="gcc-8"
+    - name: "Kernel 5.7.y STABLE"
+      env: KERNEL_BRANCH="linux-5.7.y" GCC_VER="gcc-8"
       addons:
         apt:
           packages:
@@ -96,8 +106,8 @@ matrix:
           sources:
             - ubuntu-toolchain-r-test
 
-    - name: "Kernel 5.4.y STABLE"
-      env: KERNEL_BRANCH="linux-5.4.y" GCC_VER="gcc-8"
+    - name: "Kernel 5.8.y STABLE"
+      env: KERNEL_BRANCH="linux-5.8.y" GCC_VER="gcc-8"
       addons:
         apt:
           packages: