mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Rollup merge of #46330 - SimonSapin:patch-6, r=kennytm
Update comment on alternate builds in .travis.yml https://github.com/rust-lang/rust/pull/45810#issuecomment-347257640
This commit is contained in:
commit
1e49d4a6cd
@ -18,10 +18,9 @@ matrix:
|
||||
- env: IMAGE=dist-x86_64-linux DEPLOY=1
|
||||
if: branch = auto
|
||||
|
||||
# "alternate" deployments, these are "nightlies" but don't have assertions
|
||||
# turned on, they're deployed to a different location primarily for projects
|
||||
# which are stuck on nightly and don't want llvm assertions in the artifacts
|
||||
# that they use.
|
||||
# "alternate" deployments, these are "nightlies" but have LLVM assertions
|
||||
# turned on, they're deployed to a different location primarily for
|
||||
# additional testing.
|
||||
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
|
||||
if: branch = try OR branch = auto
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user