Skip to content

Commit

Permalink
travis: Switch to dpdk master branch.
Browse files Browse the repository at this point in the history
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 <david.marchand@redhat.com>
Acked-by: Ilya Maximets <i.maximets@ovn.org>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
  • Loading branch information
david-marchand authored and istokes committed Feb 28, 2020
1 parent 1baa102 commit d5d878a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,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"
Expand Down

0 comments on commit d5d878a

Please sign in to comment.