From 72c77d02b059b982bd97a1324147c3a1e4804bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-Ren=20Lin=29?= Date: Thu, 5 Oct 2017 05:58:21 +0800 Subject: [PATCH] Updated TravisCI (markdown) --- TravisCI.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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