mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated TravisCI (markdown)
@@ -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
|
||||
```
|
||||
```
|
||||
|
||||
> 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
|
Reference in New Issue
Block a user