Add an even older version of the kernel.
This commit is contained in:
parent
43b1069b54
commit
eb9511d9b3
@ -10,6 +10,15 @@ env:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Older version of the kernel
|
# 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.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"
|
||||||
addons:
|
addons:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user