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 <j...@ovn.org> --- v2: Updated to the latest versions. --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea1d7e7ebea4..52c9362c8923 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 -- 2.1.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev