We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e1ae0 commit f41425bCopy full SHA for f41425b
.travis.yml
@@ -16,14 +16,14 @@ matrix:
16
if: type = pull_request OR branch = auto
17
18
- env: IMAGE=dist-x86_64-linux DEPLOY=1
19
- if: branch = auto
+ if: branch = try OR 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.
25
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
26
- if: branch = try OR branch = auto
+ if: branch = auto
27
28
- env: >
29
RUST_CHECK_TARGET=dist
0 commit comments