forked from kiss-community/kiss
docs: update
This commit is contained in:
parent
4244f37081
commit
893e55e892
10
.travis.yml
10
.travis.yml
@ -1,2 +1,10 @@
|
||||
language: bash
|
||||
script: shellcheck kiss
|
||||
|
||||
install:
|
||||
# Install a custom version of shellcheck instead of Travis CI's default
|
||||
- scversion=latest
|
||||
- wget "https://storage.googleapis.com/shellcheck/shellcheck-${scversion}.linux.x86_64.tar.xz"
|
||||
- tar --xz -xvf "shellcheck-${scversion}.linux.x86_64.tar.xz"
|
||||
- shellcheck() { "shellcheck-${scversion}/shellcheck" "$@"; }
|
||||
|
||||
script: shellcheck kiss
|
||||
|
Loading…
Reference in New Issue
Block a user