Skip to content

Commit

Permalink
travis: Update build matrix to include latest stable kernels
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graf <[email protected]>
Acked-by: Pravin B Shelar <[email protected]>
  • Loading branch information
Thomas Graf committed Jan 7, 2015
1 parent 7ab1a0d commit 0234d90
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ before_install: ./.travis/prepare.sh

env:
- OPTS="--disable-ssl"
- TESTSUITE=1 KERNEL=3.17.4
- KERNEL=3.17.4 DPDK=1
- TESTSUITE=1 KERNEL=3.18.1
- TESTSUITE=1 OPTS="--enable-shared"
- KERNEL=3.17.4 DPDK=1 OPTS="--enable-shared"
- KERNEL=3.17.7 DPDK=1
- KERNEL=3.17.7 DPDK=1 OPTS="--enable-shared"
- KERNEL=3.17.7
- KERNEL=3.16.7
- KERNEL=3.14.25
- KERNEL=3.12.33
- KERNEL=3.10.61
- KERNEL=3.4.104
- KERNEL=2.6.32.64
- KERNEL=3.14.27
- KERNEL=3.12.35
- KERNEL=3.10.63
- KERNEL=3.4.105
- KERNEL=2.6.32.65

script: ./.travis/build.sh $OPTS

Expand Down

0 comments on commit 0234d90

Please sign in to comment.