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 e37827d commit 3fe460dCopy full SHA for 3fe460d
.travis.yml
@@ -15,14 +15,14 @@ env:
15
cache:
16
directories:
17
- "${HOME}/bin"
18
+before_install:
19
+ - gpg --keyserver hkp://keys.gnupg.net --recv-keys C4133165DF5EB4BAEABDADCACF1E7823C5339B59
20
21
install:
- - if ! shellcheck --version ; then
- curl -sSL "${SHELLCHECK_URL}" | tar --exclude 'SHA256SUMS' --strip-components=1 -C "${HOME}/bin" -xjf -;
22
- fi
23
- - ls -la "${HOME}/bin"
24
- - shellcheck --version
25
- - gpg --keyserver hkp://keys.gnupg.net --recv-keys C4133165DF5EB4BAEABDADCACF1E7823C5339B59
+ - if ! shellcheck --version ; then
+ curl -sSL "${SHELLCHECK_URL}" | tar --exclude 'SHA256SUMS' --strip-components=1 -C "${HOME}/bin" -xjf -;
+ fi
+ - shellcheck --version
26
27
script:
28
- gpg --verify ./bin/install.sh.sig
0 commit comments