Optimized .travis

This commit is contained in:
Kevin Veen-Birkenbach 2020-05-05 12:21:26 +02:00
parent cd3e4f66d8
commit 6afbc44819

View File

@ -1,2 +1,2 @@
language: shell
script: bash -c 'shopt -s globstar nullglob; shellcheck **/*.{sh,ksh,bash}'
script: bash -c 'shellcheck ./scripts/*.sh'