We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c60ca commit 638e53bCopy full SHA for 638e53b
.travis/lint_04_install.sh
@@ -9,3 +9,7 @@ export LC_ALL=C
9
travis_retry pip install codespell==1.13.0
10
travis_retry pip install flake8==3.5.0
11
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