From fd62d146acbb1c6ec9c965ffe22f96fd6b301909 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 6 May 2017 20:03:47 -0700 Subject: [PATCH] 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. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 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: >