From 5527edd9569ffcf49236ea031626e39cbb75c52c Mon Sep 17 00:00:00 2001 From: flip1995 Date: Wed, 12 Dec 2018 15:37:31 +0100 Subject: [PATCH] Fix rvm/gpg bug in travis osx build --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5014a66a79c3..eb66112213b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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