diff --git a/TravisCI.md b/TravisCI.md index 176d9ad..772bffd 100644 --- a/TravisCI.md +++ b/TravisCI.md @@ -1,3 +1,12 @@ +It's recommended to first refer to the official instructions regarding using ShellCheck with Travis CI: \ +https://github.com/koalaman/shellcheck#travis-ci: + +Note: +>Travis CI has now integrated ShellCheck by default, so you don't need to manually install it. + +Thus the older suggestions below are no longer necessary. + +---- contributor hugovk says: >It took me a while to find a way to install on Travis CI, but thanks to this I got it working: