aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-11-11 15:42:51 +0000
committerSteven Fackler <[email protected]>2016-11-11 15:42:51 +0000
commit95ae05c8a1f3903dbc4e9998618e5a966defdc78 (patch)
treeed87d7a65e1a98a25fe7e541e1774274b27ea7f8
parentMove osx builds to top of list (diff)
downloadrust-openssl-95ae05c8a1f3903dbc4e9998618e5a966defdc78.tar.xz
rust-openssl-95ae05c8a1f3903dbc4e9998618e5a966defdc78.zip
Don't test 32 bit osx openssl install
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 314ee4ef..1b79c5b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: >