ci: remove redundant configs disabling kmods
authorThomas Monjalon <thomas@monjalon.net>
Tue, 18 Feb 2020 21:20:04 +0000 (22:20 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 18 Feb 2020 22:32:58 +0000 (23:32 +0100)
commitea860973592bc218852f3075a65b7de73fb2957e
treeebdcf0fdbb1db567fdd5f94b8b1d534b690c2341
parentb5030c733adfc6a2bb5e52ad30a1774499ad7185
ci: remove redundant configs disabling kmods

The kernel modules are not built by default since below commit.
The Travis CI matrix can be simplified
by removing the redundant option enable_kmods=false,
and by removing some jobs which are redundant.

Note: there is no benefit in checking kmods in Travis Ubuntu.
Anyway different kernel versions and distributions are needed,
and the Technical Board is looking at moving the Linux kmods
out of this repository.

Fixes: 91a861e54164 ("config: disable Linux kernel modules by default")

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