diff --git a/.travis.yml b/.travis.yml index 42d1ac98..32f1fcda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,9 +13,10 @@ compiler: install: - sudo apt-get install -y coreutils build-essential git - sudo apt-get install -y linux-headers-`uname -r` + - sudo apt-get install -y libnuma-dev script: - make -C dpdk install T=x86_64-native-linuxapp-gcc - make -C lib CONF_CFLAGS="-Wno-unused-but-set-variable" - make -C tools - - make -C example \ No newline at end of file + - make -C example