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

This commit is contained in:
Godzil 2019-07-25 15:36:33 +01:00
parent 68b4fd7b40
commit 101f3687ff

View File

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