Skip to content

Commit

Permalink
Auto merge of #45193 - alexcrichton:fix-travis, r=alexcrichton
Browse files Browse the repository at this point in the history
ci: Fix installing the Android SDK

Apparently the https urls are broken due to some certificate validation
whatnots, and so far the least intrusive solution I've found is to just disable
that.
  • Loading branch information
bors committed Oct 11, 2017
2 parents d6d711d + d5d4494 commit 264aafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/docker/scripts/android-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ download_sysimage() {
# Keep printing yes to accept the licenses
while true; do echo yes; sleep 10; done | \
/android/sdk/tools/android update sdk -a --no-ui \
--filter "$filter"
--filter "$filter" --no-https
}

create_avd() {
Expand Down

0 comments on commit 264aafe

Please sign in to comment.