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 2e5e262 commit 9bf4459Copy full SHA for 9bf4459
.travis.yml
@@ -18,7 +18,7 @@ cache:
18
19
install:
20
- if ! shellcheck --version ; then
21
- curl -sSL "${SHELLCHECK_URL}" | tar -C "${HOME}/bin" -xjf - ;
+ curl -sSL "${SHELLCHECK_URL}" | tar --exclude 'SHA256SUMS' --strip-components=1 -C "${HOME}/bin" -xjf -;
22
fi
23
- ls -la "${HOME}/bin"
24
- shellcheck --version
0 commit comments