Fix CI on osx.

This commit is contained in:
matham 2019-06-12 19:13:59 -04:00 committed by GitHub
parent 08a3db5946
commit a2897e429b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ matrix:
before_install:
# https://github.com/travis-ci/travis-ci/issues/6307
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
travis_wait brew update
travis_wait brew update;
brew install gpg2;
brew uninstall gpg;
gpg2 --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3;