Skip to content

Commit 9bf4459

Browse files
committed
Modified TravisCI script in order to get the latest Shellcheck
1 parent 2e5e262 commit 9bf4459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cache:
1818

1919
install:
2020
- if ! shellcheck --version ; then
21-
curl -sSL "${SHELLCHECK_URL}" | tar -C "${HOME}/bin" -xjf - ;
21+
curl -sSL "${SHELLCHECK_URL}" | tar --exclude 'SHA256SUMS' --strip-components=1 -C "${HOME}/bin" -xjf -;
2222
fi
2323
- ls -la "${HOME}/bin"
2424
- shellcheck --version

0 commit comments

Comments
 (0)