script: remove gnupg (#49932)

This commit is contained in:
commitay 2018-07-23 21:32:59 +10:00 committed by GitHub
parent 18fcf7dcfb
commit 1f8c6488b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -38,13 +38,6 @@ if [[ "${TRAVIS_REPO_SLUG}" != 'Homebrew/homebrew-cask-fonts' ]]; then
run brew cask audit "${modified_casks[@]}"
odie "More than 1 Cask modified, didn't check Cask checksums or URLs"
fi
# check if gnupg is up to date for _audit_modified_casks
for cask in "${modified_casks[@]}"; do
if brew cask _stanza gpg "${cask}" &> /dev/null; then
run brew outdated gnupg || run brew upgrade gnupg
fi
done
fi
run brew cask _audit_modified_casks "${TRAVIS_COMMIT_RANGE}"