Commit 041c021c authored by Dylan Araps's avatar Dylan Araps

travis: Use latest shellcheck

parent f2e2cb94
...@@ -15,7 +15,6 @@ install: ...@@ -15,7 +15,6 @@ install:
- wget "https://storage.googleapis.com/shellcheck/shellcheck-${scversion}.linux.x86_64.tar.xz" - wget "https://storage.googleapis.com/shellcheck/shellcheck-${scversion}.linux.x86_64.tar.xz"
- tar --xz -xvf "shellcheck-${scversion}.linux.x86_64.tar.xz" - tar --xz -xvf "shellcheck-${scversion}.linux.x86_64.tar.xz"
- shellcheck() { "shellcheck-${scversion}/shellcheck" "$@"; } - shellcheck() { "shellcheck-${scversion}/shellcheck" "$@"; }
- shellcheck --version
script: script:
- time ./neofetch --travis -v - time ./neofetch --travis -v
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment