travis: Use latest shellcheck
This commit is contained in:
parent
f2e2cb94e9
commit
041c021c97
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ install:
|
|||
- 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" "$@"; }
|
||||
- shellcheck --version
|
||||
|
||||
script:
|
||||
- time ./neofetch --travis -v
|
||||
|
|
Loading…
Reference in a new issue