We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It's recommended to first refer to the official instructions regarding using ShellCheck with Travis CI.
For a truly simple configuration, place the following in your .travis.yml:
.travis.yml
language: shell script: - bash -c 'shopt -s globstar nullglob; shellcheck **/*.{sh,ksh,bash}'
Note:
Travis CI has now integrated ShellCheck by default, so you don't need to manually install it.