Travis: Check all scripts, not only the installer

This commit is contained in:
Saverio Miroddi 2020-05-05 23:11:26 +02:00
parent f64ae4043b
commit f8a09ce261
1 changed files with 2 additions and 1 deletions

View File

@ -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 .)"