Travis: Check all scripts, not only the installer
This commit is contained in:
parent
f64ae4043b
commit
f8a09ce261
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
dist: bionic
|
||||
language: bash
|
||||
cache:
|
||||
|
@ -10,4 +11,4 @@ script:
|
|||
> /dev/null || true"
|
||||
- sudo chmod +x /opt/shellcheck/shellcheck
|
||||
- "/opt/shellcheck/shellcheck --version"
|
||||
- "/opt/shellcheck/shellcheck install-zfs.sh"
|
||||
- "/opt/shellcheck/shellcheck $(grep -lzP '^#!/bin/\\w+sh' -r .)"
|
||||
|
|
Loading…
Reference in New Issue