about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-03-10 10:25:16 -0800
committerAlex Crichton <alex@alexcrichton.com>2017-03-10 10:25:16 -0800
commitdcfc7ee85319cc25638d20a938acaa6fe99a4073 (patch)
tree1c48f19949278e53a3f831437db60af502b45026
parentf573db4f80c75f156df8a743f456bf087ec81dc2 (diff)
downloadrust-dcfc7ee85319cc25638d20a938acaa6fe99a4073.tar.gz
rust-dcfc7ee85319cc25638d20a938acaa6fe99a4073.zip
travis: Remove compiling OpenSSL through homebrew
I don't believe that we need this any more now that `cargo-vendor` isn't
installed to create a source tarball (that only happens on Linux)
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index fa6c9cf0748..04dc547d42f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -66,9 +66,7 @@ matrix:
       osx_image: xcode8.2
       install: >
         travis_retry curl -o /usr/local/bin/sccache https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-02-25-sccache-x86_64-apple-darwin &&
-          chmod +x /usr/local/bin/sccache &&
-          brew uninstall --ignore-dependencies openssl &&
-          brew install openssl --universal --without-test
+          chmod +x /usr/local/bin/sccache
     - env: >
         RUST_CHECK_TARGET=dist
         RUST_CONFIGURE_ARGS="--target=aarch64-apple-ios,armv7-apple-ios,armv7s-apple-ios,i386-apple-ios,x86_64-apple-ios --enable-extended"