Skip to content

Commit

Permalink
Show shellcheck version in lint run
Browse files Browse the repository at this point in the history
  • Loading branch information
rylnd committed Dec 13, 2018
1 parent 5350953 commit 1094150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ matrix:
script:
- |
if [ -n "${LINT}" ]; then
shellcheck --version
shellcheck -s sh bin/shpec # 'sh' refers to POSIX
else
$SHELL bin/shpec
Expand Down

0 comments on commit 1094150

Please sign in to comment.