Skip to content

Commit 437794e

Browse files
committed
fixed shellcheck for travis
- signed-off-by: trimstray <[email protected]>
1 parent 1f38f79 commit 437794e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ before_install:
2525

2626
script:
2727
- shellcheck --version
28-
- shellcheck -s bash -e 1009,1073,1072,1094 -x src/* -x lib/* bin/htrace.sh
28+
- shellcheck -s bash -e 1072,1094 -x src/* -x lib/* bin/htrace.sh

0 commit comments

Comments
 (0)