OSDN Git Service

[fix] : Fixed SC2002
[alterlinux/dmc.git] / .travis.yml
1 language: shell
2 script:
3   - bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error dmc'
4   
5 git:
6   submodules: false
7   language: bash