mirror of https://github.com/kivy/kivy.git
import gpg key for rvm because it is now verified
This commit is contained in:
parent
f6c4dbfeda
commit
d85e04a009
|
@ -30,7 +30,10 @@ matrix:
|
|||
|
||||
before_install:
|
||||
# https://github.com/travis-ci/travis-ci/issues/6307
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm get head; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3;
|
||||
rvm get head;
|
||||
fi
|
||||
|
||||
install:
|
||||
- if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
|
||||
|
|
Loading…
Reference in New Issue