Skip to content

Commit dfb08b6

Browse files
committed
Make the try branch use alternate builds.
1 parent eac34c9 commit dfb08b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ matrix:
1616
if: type = pull_request OR branch = auto
1717

1818
- env: IMAGE=dist-x86_64-linux DEPLOY=1
19-
if: branch = try OR branch = auto
19+
if: branch = auto
2020

2121
# "alternate" deployments, these are "nightlies" but don't have assertions
2222
# turned on, they're deployed to a different location primarily for projects
2323
# which are stuck on nightly and don't want llvm assertions in the artifacts
2424
# that they use.
2525
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
26-
if: branch = auto
26+
if: branch = try OR branch = auto
2727

2828
- env: >
2929
RUST_CHECK_TARGET=dist
@@ -314,7 +314,7 @@ deploy:
314314
secure: "kUGd3t7JcVWFESgIlzvsM8viZgCA9Encs3creW0xLJaLSeI1iVjlJK4h/2/nO6y224AFrh/GUfsNr4/4AlxPuYb8OU5oC5Lv+Ff2JiRDYtuNpyQSKAQp+bRYytWMtrmhja91h118Mbm90cUfcLPwkdiINgJNTXhPKg5Cqu3VYn0="
315315
on:
316316
branch: try
317-
condition: $DEPLOY = 1
317+
condition: $DEPLOY_ALT = 1
318318

319319
# this is the same as the above deployment provider except that it uploads to
320320
# a slightly different directory and has a different trigger

0 commit comments

Comments
 (0)