about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2017-11-29 18:37:52 +0800
committerGitHub <noreply@github.com>2017-11-29 18:37:52 +0800
commit1e49d4a6cdcff01394e4ea1b50b5a73f28568770 (patch)
tree31a010935c9624adfd4c5804c34221506916e811
parent30f1853649a7a54c0d78a87f73d406feeb33d97c (diff)
parenta6d18954042538ca5d601a7a6c3b939d32d85bbe (diff)
downloadrust-1e49d4a6cdcff01394e4ea1b50b5a73f28568770.tar.gz
rust-1e49d4a6cdcff01394e4ea1b50b5a73f28568770.zip
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
-rw-r--r--.travis.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 278d98673db..7e750a04225 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