OSDN Git Service

[update] : Good Bye Snapd
[alterlinux/LUBS.git] / .travis.yml
1 language: shell
2 script:
3   - bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error **/*.{sh,ksh,bash}'
4   - bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error lubs'
5   - bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error echo_color'
6 git:
7   submodules: false
8