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 af85e14 commit 2e5e262Copy full SHA for 2e5e262
.travis.yml
@@ -16,10 +16,11 @@ cache:
16
directories:
17
- "${HOME}/bin"
18
19
-before_install:
+install:
20
- if ! shellcheck --version ; then
21
curl -sSL "${SHELLCHECK_URL}" | tar -C "${HOME}/bin" -xjf - ;
22
fi
23
+ - ls -la "${HOME}/bin"
24
- shellcheck --version
25
- gpg --keyserver hkp://keys.gnupg.net --recv-keys C4133165DF5EB4BAEABDADCACF1E7823C5339B59
26
0 commit comments