File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ before_install: # Use this to prepare the system to install prerequisites or dep
86
86
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
87
87
# use stable rvm to avoid "shell_session_update: command not found" error on OSX.
88
88
# https://github.com/travis-ci/travis-ci/issues/6307
89
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; command curl -sSL https://rvm.io/mpapis.asc | gpg --import -; then rvm get stable; fi
89
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then set -x; gpg --version; gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB || command curl -sSL https://rvm.io/mpapis.asc | gpg --import -; rvm get stable; set +x ; fi
90
90
# Define some config vars
91
91
install :
92
92
- export CI_SOURCE_PATH=$(pwd)
You can’t perform that action at this time.
0 commit comments