Skip to content

Commit

Permalink
[fix] ; Fixed traviscl command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Jul 5, 2020
1 parent 7450049 commit 328dfdb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: shell
script:
- bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error **/*.{sh,ksh,bash}'
- bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error aptpac'
- bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error **/PKGBUILD'
git:
submodules: false

0 comments on commit 328dfdb

Please sign in to comment.