未验证 提交 99276cb9 编写于 作者: T Tim Malone 提交者: GitHub

README - Travis script for updating shellcheck ver

Shellcheck in default Travis builds is currently a version behind
上级 fb97aca5
...@@ -155,7 +155,19 @@ or see the [storage bucket listing](https://shellcheck.storage.googleapis.com/in ...@@ -155,7 +155,19 @@ or see the [storage bucket listing](https://shellcheck.storage.googleapis.com/in
## Travis CI ## Travis CI
Travis CI now integrated ShellCheck by default, you don't need to manually install it. Travis CI has now integrated ShellCheck by default, so you don't need to manually install it.
However, if you want the _latest_ version you may have to still install it yourself:
install:
# Install latest version of shellcheck.
- wget https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.x86_64.tar.xz
- tar --xz -xvf shellcheck-latest.linux.x86_64.tar.xz
- shellcheck-latest/shellcheck --version
script:
- shellcheck-latest/shellcheck *.sh
## Compiling from source ## Compiling from source
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册