We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bde5e7 commit a6d1895Copy full SHA for a6d1895
.travis.yml
@@ -18,10 +18,9 @@ matrix:
18
- env: IMAGE=dist-x86_64-linux DEPLOY=1
19
if: branch = auto
20
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.
+ # "alternate" deployments, these are "nightlies" but have LLVM assertions
+ # turned on, they're deployed to a different location primarily for
+ # additional testing.
25
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
26
if: branch = try OR branch = auto
27
0 commit comments