From 75f91be7df993a31a6a36c39b63dd313818c059a Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 13 Apr 2018 21:26:49 -0700 Subject: [PATCH] Update Travis CI page to note that it's no longer necessary to install ShellCheck --- TravisCI.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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: