travis: install specific linux-headers version

The Travis CI container-based apt whitelist only includes the specific
linux-headers-3.13.0-40-generic package, not the generic
linux-headers-generic package.

Change-Id: I475908bc66194e08bf14861ada0897c06a1c7108
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-10-10 09:49:54 -07:00
parent f6207364d3
commit fc5bb244ca

View File

@ -12,7 +12,7 @@ addons:
- libcunit1-dev
- libaio-dev
- libssl-dev
- linux-headers-generic
- linux-headers-3.13.0-40-generic
before_script:
- wget http://fast.dpdk.org/rel/dpdk-16.07.tar.xz