Skip to content

Commit

Permalink
travis: Update test kernels
Browse files Browse the repository at this point in the history
Update the Travis test kernels as per the latest information from
kernel.org. In particular add support for kernel 4.12 as the newest
released kernel.

Signed-off-by: Greg Rose <[email protected]>
Signed-off-by: Joe Stringer <[email protected]>
  • Loading branch information
gvrose8192 authored and joestringer committed Jul 24, 2017
1 parent b03d058 commit 858d113
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ sudo: false

env:
- OPTS="--disable-ssl"
- TESTSUITE=1 KERNEL=3.16.43
- TESTSUITE=1 KERNEL=3.16.46
- TESTSUITE=1 OPTS="--enable-shared"
- BUILD_ENV="-m32" OPTS="--disable-ssl"
- KERNEL=3.16.43 DPDK=1
- KERNEL=3.16.43 DPDK=1 OPTS="--enable-shared"
- KERNEL=4.11.1
- KERNEL=4.10.16
- KERNEL=4.9.28
- KERNEL=4.4.68
- KERNEL=4.1.39
- KERNEL=3.10.105
- KERNEL=3.16.46 DPDK=1
- KERNEL=3.16.46 DPDK=1 OPTS="--enable-shared"
- KERNEL=4.12.2
- KERNEL=4.11.11
- KERNEL=4.9.38
- KERNEL=4.4.77
- KERNEL=4.1.42
- KERNEL=3.10.107
- TESTSUITE=1 LIBS=-ljemalloc

matrix:
Expand Down

0 comments on commit 858d113

Please sign in to comment.