linux-image-manager/.travis

4 lines
96 B
Plaintext
Raw Normal View History

2020-05-05 11:54:10 +02:00
language: shell
2019-09-30 14:47:48 +02:00
script:
2020-05-05 11:54:10 +02:00
- bash -c 'shopt -s globstar nullglob; shellcheck **/*.{sh,ksh,bash}'