Skip to content

Commit 328dfdb

Browse files
committed
[fix] ; Fixed traviscl command.
1 parent 7450049 commit 328dfdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: shell
22
script:
3-
- bash -c 'shopt -s globstar nullglob; shellcheck -s bash --exclude=SC2068 -S error **/*.{sh,ksh,bash}'
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'
45
git:
56
submodules: false

0 commit comments

Comments
 (0)