Don't test 32 bit osx openssl install
This commit is contained in:
parent
2dbe27d4b0
commit
95ae05c8a1
|
|
@ -14,7 +14,7 @@ matrix:
|
||||||
env: TARGET=x86_64-apple-darwin
|
env: TARGET=x86_64-apple-darwin
|
||||||
- os: osx
|
- os: osx
|
||||||
env: TARGET=i686-apple-darwin
|
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
|
# ARM-bit version compat
|
||||||
- env: >
|
- env: >
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue