From: Joe Stringer Date: Thu, 24 Dec 2015 19:46:42 +0000 (-0800) Subject: travis: Update kernel matrix. X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;ds=sidebyside;h=9d2d2b5cd2421369d08422be8a349de974b53301;p=cascardo%2Fovs.git 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 Acked-by: Pravin B Shelar --- 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