travis: add libnuma-dev for DPDK 17.08

Change-Id: I975b5571433fdc1ba1914869fff215db70b31e83
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/379574
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
Daniel Verkamp 2017-09-21 16:03:20 -07:00
parent 0893ef91a4
commit 01aba26361

View File

@ -14,6 +14,7 @@ addons:
- libaio-dev
- libssl-dev
- uuid-dev
- libnuma-dev
before_script:
- export MAKEFLAGS="-j$(nproc)"