mirror of https://github.com/kivy/kivy.git
Fix CI on osx.
This commit is contained in:
parent
08a3db5946
commit
a2897e429b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue