summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Graf <tgraf@noironetworks.com>2014-09-18 14:48:56 +0200
committerPravin B Shelar <pshelar@nicira.com>2014-09-20 19:36:33 -0700
commitf6a0c895fcece5bdf538f3f0afc13275c062b4d6 (patch)
tree9189f85eef8d93c4b12d5e9b1f2a4c31304ddd1c /.travis.yml
parent3b2bbceb56ce4bbc679a31a0877e396db2c845d9 (diff)
downloadopenvswitch-f6a0c895fcece5bdf538f3f0afc13275c062b4d6.tar.gz
datapath: Provide compatibility for kernels up to 3.17
Port datapath to work with kernrels up to 3.17 and use 3.16.2 as the new kernel for CI testing. Tested with 3.14, 3.16.2, and net-next (3.17). Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Co-authored-by: Madhu Challa <challa@noironetworks.com> Acked-by: Pravin B Shelar <pshelar@nicira.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b66f82127..4dfe15e58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ before_install: ./.travis/prepare.sh
env:
- OPTS="--disable-ssl"
- - TESTSUITE=1 KERNEL=1 OPTS="--with-linux=./linux-3.14.7"
+ - TESTSUITE=1 KERNEL=1 OPTS="--with-linux=./linux-3.16.2"
- KERNEL=1 DPDK=1 OPTS="--with-dpdk=./dpdk-1.7.0/build"
script: ./.travis/build.sh $OPTS