From 20ac3c3e1c3b279e9609f165f10bae315fdb9b7f Mon Sep 17 00:00:00 2001 From: David Marchand Date: Thu, 3 Oct 2019 20:11:25 +0200 Subject: [PATCH] travis: Switch to dpdk master branch. Make this branch point to current dpdk master branch so that we can track API breakage. Note: this should not be merged to master, intended for dpdk-latest branch only. Signed-off-by: David Marchand Acked-by: Ilya Maximets Signed-off-by: Ian Stokes --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 68026312ba8..73d8f0c1cca 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"