We try to make the planet happy travis builds dpdk.
Also, the 'sudo' flag was recently deprecated. Drop it.
Suggested-by: Luca Boccassi <bluca@debian.org>
Signed-off-by: Aaron Conole <aconole@redhat.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Luca Boccassi <bluca@debian.org>
language: c
+cache: ccache
compiler:
- gcc
- clang
before_install: ./.ci/${TRAVIS_OS_NAME}-setup.sh
-sudo: false
-
env:
- DEF_LIB="static"
- DEF_LIB="shared"