From 5150e168acba11c494b11230701c227b5043df5e Mon Sep 17 00:00:00 2001 From: logwang Date: Tue, 15 May 2018 20:17:42 +0800 Subject: [PATCH] travis-ci: update the dependences and clean cache. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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