Skip to content

Commit 89c9d92

Browse files
committed
travis-build.sh: do not update Homebrew
It is very slow, and all we need is a working gnupg2.
1 parent 0ad0ef4 commit 89c9d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ EOL
9191
# Install GPG on OSX/macOS
9292
if [ "$TRAVIS_OS_NAME" = osx ]
9393
then
94-
brew install gnupg2
94+
HOMEBREW_NO_AUTO_UPDATE=1 brew install gnupg2
9595
fi
9696

9797
# Import the GPG signing key.

0 commit comments

Comments
 (0)