From: bors Date: Mon, 7 Nov 2016 06:45:50 +0000 (-0800) Subject: Auto merge of #3239 - alexcrichton:travis, r=brson X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~13^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=10eaa2a0761aec3d3a9cc4e3023d5a9a53b495a6;p=cargo.git Auto merge of #3239 - alexcrichton:travis, r=brson Continuously publish Cargo builds This commit tweaks Cargo's automation to continuously publish builds on Travis an AppVeyor. Once this is merged we can hopefully turn off all buildbot automation related to Cargo and purely rely on Travis and AppVeyor for this repository. All CI matrices are ported over to Travis and AppVeyor and a new musl build of Cargo is even added just to test out adding that for a spin. Currently Cargo will upload the final artifact for each target to a directory keyed by the commit hash to a new bucket on S3, rust-lang-cargo-dev. Once we're happy with the builds then we can change this to `rust-lang-cargo` or anything else at that point. --- 10eaa2a0761aec3d3a9cc4e3023d5a9a53b495a6