Browse Source

Update .travis.yml

Change travis stable test branches
5.1 -> 5.3
5.2 -> 5.4
Manoël Trapier 4 years ago
parent
commit
483be78d0d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .travis.yml

+ 4 - 4
.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: