ci: remove unnecessary dependency on Linux headers
authorDavid Marchand <david.marchand@redhat.com>
Wed, 19 Feb 2020 15:17:57 +0000 (16:17 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 20 Feb 2020 16:29:17 +0000 (17:29 +0100)
Following removal of kmod compilation, we don't need to install
linux-headers anymore.

Fixes: ea860973592b ("ci: remove redundant configs disabling kmods")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Aaron Conole <aconole@redhat.com>
.travis.yml

index 1d43f16..671447e 100644 (file)
@@ -17,7 +17,7 @@ addons:
   apt:
     update: true
     packages: &required_packages
-      - [libnuma-dev, linux-headers-$(uname -r), python3-setuptools, python3-wheel, python3-pip, ninja-build]
+      - [libnuma-dev, python3-setuptools, python3-wheel, python3-pip, ninja-build]
 
 aarch64_packages: &aarch64_packages
   - *required_packages