Skip to content

Commit

Permalink
Pin shellcheck version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalswift committed Jan 16, 2019
1 parent 19c60ca commit 638e53b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis/lint_04_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ export LC_ALL=C
travis_retry pip install codespell==1.13.0
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/
export PATH="/tmp/shellcheck-${SHELLCHECK_VERSION}:${PATH}"

0 comments on commit 638e53b

Please sign in to comment.