Skip to content

Commit 638e53b

Browse files
Pin shellcheck version to v0.6.0
1 parent 19c60ca commit 638e53b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis/lint_04_install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ export LC_ALL=C
99
travis_retry pip install codespell==1.13.0
1010
travis_retry pip install flake8==3.5.0
1111
travis_retry pip install vulture==0.29
12+
13+
SHELLCHECK_VERSION=v0.6.0
14+
curl -s "https://storage.googleapis.com/shellcheck/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/
15+
export PATH="/tmp/shellcheck-${SHELLCHECK_VERSION}:${PATH}"

0 commit comments

Comments
 (0)