Skip to content

Commit

Permalink
[Travis] try another way of getting the keys
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarusz committed Jan 8, 2019
1 parent 3b6c223 commit 721dc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ before_install:
#- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then brew cask uninstall oclint; fi

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

Expand Down

0 comments on commit 721dc8f

Please sign in to comment.