Skip to content

Commit 8f7add5

Browse files
committed
Merge branch 'faster-travis-osx' of https://github.com/alexcrichton/rust into rollup
2 parents d269f8d + dcfc7ee commit 8f7add5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ matrix:
7070
osx_image: xcode8.2
7171
install: >
7272
travis_retry curl -o /usr/local/bin/sccache https://s3.amazonaws.com/rust-lang-ci/rust-ci-mirror/2017-02-25-sccache-x86_64-apple-darwin &&
73-
chmod +x /usr/local/bin/sccache &&
74-
brew uninstall --ignore-dependencies openssl &&
75-
brew install openssl --universal --without-test
73+
chmod +x /usr/local/bin/sccache
7674
- env: >
7775
RUST_CHECK_TARGET=dist
7876
RUST_CONFIGURE_ARGS="--target=aarch64-apple-ios,armv7-apple-ios,armv7s-apple-ios,i386-apple-ios,x86_64-apple-ios --enable-extended"

0 commit comments

Comments
 (0)