Skip to content

Commit ccd4ccc

Browse files
domenicsideshowbarker
authored andcommitted
Use simpler syntax for checking both scripts
1 parent 3cb212f commit ccd4ccc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ addons:
88
- shellcheck
99

1010
script:
11-
- bash -c 'shopt -s globstar; shellcheck build.sh lint.sh'
11+
- shellcheck build.sh
12+
- shellcheck lint.sh

0 commit comments

Comments
 (0)