Make this branch point to current dpdk master branch so that we can track API breakage and benefit from the latest enhancements.
Signed-off-by: David Marchand <[email protected]> --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6802631..416b5bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,14 +34,14 @@ env: - OPTS="--disable-ssl" - TESTSUITE=1 KERNEL=3.16 - TESTSUITE=1 OPTS="--enable-shared" - - TESTSUITE=1 DPDK=1 + - TESTSUITE=1 DPDK=1 DPDK_VER=refs/heads/master - TESTSUITE=1 LIBS=-ljemalloc - KERNEL_LIST="5.0 4.20 4.19 4.18 4.17 4.16" - KERNEL_LIST="4.15 4.14 4.9 4.4 3.19 3.16" - BUILD_ENV="-m32" OPTS="--disable-ssl" - - DPDK=1 OPTS="--enable-shared" - - DPDK_SHARED=1 - - DPDK_SHARED=1 OPTS="--enable-shared" + - DPDK=1 DPDK_VER=refs/heads/master OPTS="--enable-shared" + - DPDK_SHARED=1 DPDK_VER=refs/heads/master + - DPDK_SHARED=1 DPDK_VER=refs/heads/master OPTS="--enable-shared" matrix: include: -- 1.8.3.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
