Make this branch point to current dpdk master branch so that we can track API breakage.
Signed-off-by: David Marchand <[email protected]> --- Changelog since v1: - since building DPDK is controlled by either setting DPDK or DPDK_SHARED variables, we can set DPDK_VER globally (Ilya), --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6802631..73d8f0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,9 @@ addons: before_install: ./.travis/${TRAVIS_OS_NAME}-prepare.sh -before_script: export PATH=$PATH:$HOME/bin +before_script: + - export PATH=$PATH:$HOME/bin + - export DPDK_VER=refs/heads/master env: - OPTS="--disable-ssl" -- 1.8.3.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
