Skip to content

Commit a6d1895

Browse files
authored
Update comment on alternate builds in .travis.yml
rust-lang#45810 (comment)
1 parent 3bde5e7 commit a6d1895

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ matrix:
1818
- env: IMAGE=dist-x86_64-linux DEPLOY=1
1919
if: branch = auto
2020

21-
# "alternate" deployments, these are "nightlies" but don't have assertions
22-
# turned on, they're deployed to a different location primarily for projects
23-
# which are stuck on nightly and don't want llvm assertions in the artifacts
24-
# that they use.
21+
# "alternate" deployments, these are "nightlies" but have LLVM assertions
22+
# turned on, they're deployed to a different location primarily for
23+
# additional testing.
2524
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
2625
if: branch = try OR branch = auto
2726

0 commit comments

Comments
 (0)