summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Stringer <joe@ovn.org>2015-12-24 11:46:42 -0800
committerJoe Stringer <joe@ovn.org>2016-02-04 10:32:03 -0800
commit9d2d2b5cd2421369d08422be8a349de974b53301 (patch)
treef2aa9df52b6fbe0a4a4ad04a065499ab9a0dc4bb /.travis.yml
parentf5284933c877b3734daa08c707560628078c5feb (diff)
downloadopenvswitch-9d2d2b5cd2421369d08422be8a349de974b53301.tar.gz
travis: Update kernel matrix.
Remove v4.2 as it is EOL; Add v4.3 as we support this version in OVS-2.5. Update other versions to the latest listed on kernel.org. Signed-off-by: Joe Stringer <joe@ovn.org> Acked-by: Pravin B Shelar <pshelar@ovn.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index ea1d7e7eb..52c9362c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,15 +24,15 @@ env:
- BUILD_ENV="-m32" OPTS="--disable-ssl"
- KERNEL=3.17.7 DPDK=1
- KERNEL=3.17.7 DPDK=1 OPTS="--enable-shared"
- - 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=4.3.5
+ - KERNEL=4.1.17
+ - KERNEL=3.18.26
+ - KERNEL=3.14.60
+ - KERNEL=3.12.53
+ - KERNEL=3.10.96
- KERNEL=3.4.110
- - KERNEL=3.2.72
- - KERNEL=2.6.32.68
+ - KERNEL=3.2.76
+ - KERNEL=2.6.32.70
script: ./.travis/build.sh $OPTS