import gpg key for rvm because it is now verified

This commit is contained in:
Mathieu Virbel 2017-12-30 23:59:04 +01:00
parent f6c4dbfeda
commit d85e04a009
1 changed files with 4 additions and 1 deletions

View File

@ -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