Browse Source

Can't get to configure 2.6.13 for now, so let's ignore it at the moment.

Godzil 4 years ago
parent
commit
101f3687ff
1 changed files with 8 additions and 8 deletions
  1. 8 8
      .travis.yml

+ 8 - 8
.travis.yml

@@ -10,14 +10,14 @@ env:
 matrix:
   include:
     # Older version of the kernel
-    - name: "Kernel 2.6.13"
-      env: KERNEL_BRANCH="v2.6.13" GCC_VER="gcc-4.9"
-      addons:
-        apt:
-          packages:
-            - gcc-4.9
-          sources:
-            - ubuntu-toolchain-r-test
+#    - name: "Kernel 2.6.13"
+#      env: KERNEL_BRANCH="v2.6.13" GCC_VER="gcc-4.9"
+#      addons:
+#        apt:
+#          packages:
+#            - gcc-4.9
+#          sources:
+#            - ubuntu-toolchain-r-test
 
     - name: "Kernel 2.6.32"
       env: KERNEL_BRANCH="v2.6.32" GCC_VER="gcc-4.9"