about summary refs log tree commit diff
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2018-12-12 15:37:31 +0100
committerflip1995 <hello@philkrones.com>2018-12-12 15:37:31 +0100
commit5527edd9569ffcf49236ea031626e39cbb75c52c (patch)
treea5e0ffe9cd44f577f0a8156f187a11b0b007cd33
parentf5d6aca19763f73280a601e35a6e406ecb320269 (diff)
downloadrust-5527edd9569ffcf49236ea031626e39cbb75c52c.tar.gz
rust-5527edd9569ffcf49236ea031626e39cbb75c52c.zip
Fix rvm/gpg bug in travis osx build
-rw-r--r--.travis.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 5014a66a79c..eb66112213b 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