fix: add kernel modules to travis config
This commit is contained in:
parent
7ac8630a57
commit
722fb00d52
|
@ -5,5 +5,7 @@ addons:
|
||||||
- qemu-utils
|
- qemu-utils
|
||||||
- parted
|
- parted
|
||||||
- jq
|
- jq
|
||||||
|
- kmod
|
||||||
script:
|
script:
|
||||||
|
- sudo apt -y install linux-modules-$(uname -r)
|
||||||
- ./test.sh
|
- ./test.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user