On Thu, 2017-05-18 at 13:17 -0700, Joe Stringer wrote: > 3.18 and 3.12 have been EOLed, 4.11 is new, and there are some minor > revisions to other kernels. Update the list. > > Signed-off-by: Joe Stringer <[email protected]>
Thanks! Acked-by: Greg Rose <[email protected]> > --- > .travis.yml | 15 +++++++-------- > 1 file changed, 7 insertions(+), 8 deletions(-) > > diff --git a/.travis.yml b/.travis.yml > index 3a7387373ed7..36cd5cf6a7d9 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -25,17 +25,16 @@ sudo: false > > env: > - OPTS="--disable-ssl" > - - TESTSUITE=1 KERNEL=3.16.39 > + - TESTSUITE=1 KERNEL=3.16.43 > - TESTSUITE=1 OPTS="--enable-shared" > - BUILD_ENV="-m32" OPTS="--disable-ssl" > - - KERNEL=3.16.39 DPDK=1 > - - KERNEL=3.16.39 DPDK=1 OPTS="--enable-shared" > - - KERNEL=4.10.12 > - - KERNEL=4.9.24 > - - KERNEL=4.4.63 > + - KERNEL=3.16.43 DPDK=1 > + - KERNEL=3.16.43 DPDK=1 OPTS="--enable-shared" > + - KERNEL=4.11.1 > + - KERNEL=4.10.16 > + - KERNEL=4.9.28 > + - KERNEL=4.4.68 > - KERNEL=4.1.39 > - - KERNEL=3.18.50 > - - KERNEL=3.12.73 > - KERNEL=3.10.105 > - TESTSUITE=1 LIBS=-ljemalloc > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
