fix: add kernel modules to travis config

This commit is contained in:
Peter Šurda 2021-02-26 22:23:07 +01:00
parent 7ac8630a57
commit 722fb00d52
Signed by: PeterSurda
GPG Key ID: 0C5F50C0B5F37D87
1 changed files with 2 additions and 0 deletions

View File

@ -5,5 +5,7 @@ addons:
- qemu-utils
- parted
- jq
- kmod
script:
- sudo apt -y install linux-modules-$(uname -r)
- ./test.sh