Fix rvm/gpg bug in travis osx build

This commit is contained in:
flip1995 2018-12-12 15:37:31 +01:00
parent f5d6aca197
commit 5527edd956
No known key found for this signature in database
GPG Key ID: E8E897A5870E41C2
1 changed files with 0 additions and 9 deletions

View File

@ -18,15 +18,6 @@ env:
global:
- RUST_BACKTRACE=1
before_install:
- |
# work-around for issue https://github.com/travis-ci/travis-ci/issues/6307
# might not be necessary in the future
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
command curl -sSL https://rvm.io/mpapis.asc | gpg --import -
rvm get stable
fi
install:
- |
if [ -z ${INTEGRATION} ]; then