Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
chore(.travis.yml): gpg key for new rvm maintainer
Browse files Browse the repository at this point in the history
[OS X builds are currently failing on Travis](https://travis-ci.org/leanprover/lean/jobs/477775262#L1091), the underlying issue seems to be that [rvm has a new maintainer with a new gpg key](rvm/rvm#4520).
  • Loading branch information
bryangingechen authored and Kha committed Jan 11, 2019
1 parent e79cb3f commit be4b782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ before_install:
brew install gmp &&
# workaround for https://github.com/travis-ci/travis-ci/issues/6307
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
command curl -sSL https://rvm.io/pkuczynski.asc | gpg --import -
rvm get head || true
fi
Expand Down

0 comments on commit be4b782

Please sign in to comment.