vm/.travis.yml

5 строки
90 B
YAML

language: bash
sudo: false
script:
- bash -c 'shopt -s globstar; shellcheck -x **/*.sh'