]> git.lizzy.rs Git - rust.git/blobdiff - .travis.yml
Run rustfix on first UI test
[rust.git] / .travis.yml
index 5014a66a79c36a725405d8b75cecbd961fe39e6b..eb66112213b00bdb36c64a5ab36a9c66ece77baf 100644 (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