From a6d18954042538ca5d601a7a6c3b939d32d85bbe Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Tue, 28 Nov 2017 14:26:59 +0100 Subject: [PATCH] Update comment on alternate builds in .travis.yml https://github.com/rust-lang/rust/pull/45810#issuecomment-347257640 --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5ff3a1c13f0..5fafa6ecb1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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