Skip to content

Commit 2e5e262

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ cache:
1616
directories:
1717
- "${HOME}/bin"
1818

19-
before_install:
19+
install:
2020
- if ! shellcheck --version ; then
2121
curl -sSL "${SHELLCHECK_URL}" | tar -C "${HOME}/bin" -xjf - ;
2222
fi
23+
- ls -la "${HOME}/bin"
2324
- shellcheck --version
2425
- gpg --keyserver hkp://keys.gnupg.net --recv-keys C4133165DF5EB4BAEABDADCACF1E7823C5339B59
2526

0 commit comments

Comments
 (0)