diff options
| author | Steven Fackler <[email protected]> | 2016-11-11 15:42:51 +0000 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-11-11 15:42:51 +0000 |
| commit | 95ae05c8a1f3903dbc4e9998618e5a966defdc78 (patch) | |
| tree | ed87d7a65e1a98a25fe7e541e1774274b27ea7f8 | |
| parent | Move osx builds to top of list (diff) | |
| download | rust-openssl-95ae05c8a1f3903dbc4e9998618e5a966defdc78.tar.xz rust-openssl-95ae05c8a1f3903dbc4e9998618e5a966defdc78.zip | |
Don't test 32 bit osx openssl install
| -rw-r--r-- | .travis.yml | 2 |
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: > |