From c75ea5694b2217f1c4b2f0da1b344b0fa6f5ec85 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 06:21:15 +0800 Subject: [PATCH] Updated TravisCI (markdown) --- TravisCI.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TravisCI.md b/TravisCI.md index ccab135..d5fdbd6 100644 --- a/TravisCI.md +++ b/TravisCI.md @@ -56,8 +56,6 @@ contributor @Lin-Buo-Ren says: > 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 -> Here's another Git submodule to check all Bash scripts in the repository excluding it's submodules: -> https://github.com/Lin-Buo-Ren/GNU-Bash-Automatic-Checking-Program-for-Git-Projects ```yaml --- @@ -81,4 +79,7 @@ before_cache: cache: directories: - $HOME/.cabal -``` \ No newline at end of file +``` + +> Here's another Git submodule to check all Bash scripts in the repository excluding it's submodules: +> https://github.com/Lin-Buo-Ren/GNU-Bash-Automatic-Checking-Program-for-Git-Projects \ No newline at end of file