diff --git a/TravisCI.md b/TravisCI.md index 304ef96..cf26d1f 100644 --- a/TravisCI.md +++ b/TravisCI.md @@ -22,6 +22,7 @@ matrix: fast_finish: true ``` +**NOTE:** This solution may break if you install other packages from APT as well, refer [Errors were encountered while processing: /var/cache/apt/archives/locales_2.19-20_all.deb · Issue #4838 · travis-ci/travis-ci](https://github.com/travis-ci/travis-ci/issues/4838) *** @@ -52,7 +53,7 @@ matrix: contributor @Lin-Buo-Ren says: -> Here's a Git submodule and configuration that support build and install ShellCheck without root access +> Here's a Git submodule and Travis CI configuration that support build and install latest release of ShellCheck without root access using Cabal > http://github.com/Lin-Buo-Ren/Utilities-for-Travis-CI > Also a cache is preserved to decrease subsequent build time