Skip to content

Commit

Permalink
Fix rvm/gpg bug in travis osx build
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Dec 12, 2018
1 parent f5d6aca commit 5527edd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 5527edd

Please sign in to comment.