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.
This commit is contained in:
Steven Fackler 2017-05-06 20:03:47 -07:00
parent 1fa7397b88
commit fd62d146ac
1 changed files with 1 additions and 4 deletions

View File

@ -9,12 +9,9 @@ env:
- BUILD_OPENSSL_VERSION=1.0.1u - BUILD_OPENSSL_VERSION=1.0.1u
matrix: matrix:
include: include:
# osx 32/64 # osx
- os: osx - os: osx
env: TARGET=x86_64-apple-darwin 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 # ARM-bit version compat
- env: > - env: >