OSDN Git Service

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