mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Update shellcheck URL per https://github.com/koalaman/shellcheck/issues/1871
This commit is contained in:
parent
8b585d8f17
commit
1ec4a81078
1 changed files with 2 additions and 1 deletions
|
|
@ -11,5 +11,6 @@ travis_retry pip install flake8==3.5.0
|
|||
travis_retry pip install vulture==0.29
|
||||
|
||||
SHELLCHECK_VERSION=v0.6.0
|
||||
curl -s "https://storage.googleapis.com/shellcheck/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/
|
||||
SHELLCHECK_URL="https://github.com/koalaman/shellcheck/releases/download/${SHELLCHECK_VERSION}/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz"
|
||||
curl -Ls "${SHELLCHECK_URL}" | tar --xz -xf - --directory /tmp/
|
||||
export PATH="/tmp/shellcheck-${SHELLCHECK_VERSION}:${PATH}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue