summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@nicira.com>2015-11-02 14:17:14 +0530
committerPravin B Shelar <pshelar@nicira.com>2015-11-02 09:37:49 -0800
commit2f83a90542c9029165955a2574241f07e3016bfc (patch)
treeed3e0a99d9cd1649568243f9e2b0457e0815ba28 /.travis.yml
parente2167cb7204a94bb1530daa37c4b81661475a583 (diff)
downloadopenvswitch-2f83a90542c9029165955a2574241f07e3016bfc.tar.gz
travis: Update target kernel list.
Update the kernel list to sync with stable kernels from kernel.org Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Joe Stringer <joestringer@nicira.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 30b8713a2..ea1d7e7eb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,17 +22,17 @@ env:
- TESTSUITE=1 KERNEL=3.18.1
- TESTSUITE=1 OPTS="--enable-shared"
- BUILD_ENV="-m32" OPTS="--disable-ssl"
- - KERNEL=4.2
- - KERNEL=4.1.6
- KERNEL=3.17.7 DPDK=1
- KERNEL=3.17.7 DPDK=1 OPTS="--enable-shared"
- - KERNEL=3.18.21
- - KERNEL=3.16.7
- - KERNEL=3.14.27
- - KERNEL=3.12.35
- - KERNEL=3.10.63
- - KERNEL=3.4.105
- - KERNEL=2.6.32.65
+ - KERNEL=4.2.5
+ - KERNEL=4.1.12
+ - KERNEL=3.18.23
+ - KERNEL=3.14.56
+ - KERNEL=3.12.49
+ - KERNEL=3.10.92
+ - KERNEL=3.4.110
+ - KERNEL=3.2.72
+ - KERNEL=2.6.32.68
script: ./.travis/build.sh $OPTS