summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@ovn.org>2016-07-17 19:24:09 -0700
committerPravin B Shelar <pshelar@ovn.org>2016-07-26 16:55:27 -0700
commit763f638b7f34953ccae8b494c63d0dab7f326b41 (patch)
tree4f4ae1617b9af21483eb0dcec722d0b0dfbc9bba /.travis.yml
parent06aeda48052243c1ddc3ec23f6e4a3f3fc359b48 (diff)
downloadopenvswitch-763f638b7f34953ccae8b494c63d0dab7f326b41.tar.gz
travis: Update datapath target kernel list.
Update kernel list to latest stable release. Signed-off-by: Pravin B Shelar <pshelar@ovn.org> Acked-by: Jesse Gross <jesse@kernel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c818cb33..a46994d3a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,12 +30,12 @@ env:
- BUILD_ENV="-m32" OPTS="--disable-ssl"
- KERNEL=3.17.7 DPDK=1
- KERNEL=3.17.7 DPDK=1 OPTS="--enable-shared"
- - KERNEL=4.3.5
- - KERNEL=4.1.17
- - KERNEL=3.18.26
- - KERNEL=3.14.60
- - KERNEL=3.12.53
- - KERNEL=3.10.96
+ - KERNEL=4.4.15
+ - KERNEL=4.1.28
+ - KERNEL=3.18.37
+ - KERNEL=3.14.73
+ - KERNEL=3.12.61
+ - KERNEL=3.10.102
- TESTSUITE=1 LIBS=-ljemalloc
matrix: