Skip to content

Commit ea5382f

Browse files
author
Jason Barnett
committed
shellcheck all files in pipeline
1 parent d567c82 commit ea5382f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ before_script:
77
- sudo apt-get update
88
- sudo apt-get install -y shellcheck
99
script:
10-
- shellcheck --shell=bash master_functions.sh
10+
- shellcheck --shell=bash --exclude=SC2086,SC1090 ./{,**/}*.sh
1111
- bats --pretty test

0 commit comments

Comments
 (0)