vm/.travis.yml

6 строки
102 B
YAML

language: shell
os: ubuntu
dist: focal
script:
- bash -c 'shopt -s globstar; shellcheck -x **/*.sh'