diff options
| author | Steven Fackler <[email protected]> | 2017-05-06 20:03:47 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-05-06 20:03:47 -0700 |
| commit | fd62d146acbb1c6ec9c965ffe22f96fd6b301909 (patch) | |
| tree | 67212fc317d5960129cd3170b0fff0f4da1037b2 | |
| parent | Set LD_LIBRARY_PATH when using custom build (diff) | |
| download | rust-openssl-fd62d146acbb1c6ec9c965ffe22f96fd6b301909.tar.xz rust-openssl-fd62d146acbb1c6ec9c965ffe22f96fd6b301909.zip | |
Drop x86 macOS build
It's not supported by Homebrew anymore and it's not clear that anyone
really cares about that target at all.
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 95afcc5b..e1061645 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,12 +9,9 @@ env: - BUILD_OPENSSL_VERSION=1.0.1u matrix: include: - # osx 32/64 + # osx - os: osx env: TARGET=x86_64-apple-darwin - - os: osx - env: TARGET=i686-apple-darwin - install: brew uninstall openssl && brew install openssl --universal --without-test # ARM-bit version compat - env: > |