Skip to content

Commit 721dc8f

Browse files
committed
[Travis] try another way of getting the keys
1 parent 3b6c223 commit 721dc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ before_install:
5959
#- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then brew cask uninstall oclint; fi
6060

6161
# needed to get rvm, see below
62-
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB; fi
62+
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -; fi
6363
# https://github.com/travis-ci/travis-ci/issues/10165
6464
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then rvm get stable; fi
6565

0 commit comments

Comments
 (0)