Don't test 32 bit osx openssl install

This commit is contained in:
Steven Fackler 2016-11-11 15:42:51 +00:00
parent 2dbe27d4b0
commit 95ae05c8a1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ matrix:
env: TARGET=x86_64-apple-darwin
- os: osx
env: TARGET=i686-apple-darwin
install: brew uninstall openssl && brew install openssl --universal
install: brew uninstall openssl && brew install openssl --universal --without-test
# ARM-bit version compat
- env: >