Skip to content

Commit 3f8bc7a

Browse files
committed
wip
1 parent 91f328f commit 3f8bc7a

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
@@ -20,13 +20,13 @@ matrix:
2020
if: type = pull_request OR branch = auto
2121

2222
- env: IMAGE=dist-x86_64-linux DEPLOY=1
23-
if: branch = try OR branch = auto
23+
if: branch = auto
2424

2525
# "alternate" deployments, these are "nightlies" but have LLVM assertions
2626
# turned on, they're deployed to a different location primarily for
2727
# additional testing.
2828
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1 CI_JOB_NAME=dist-x86_64-linux-alt
29-
if: branch = try OR branch = auto
29+
if: branch = auto
3030

3131
- env: >
3232
RUST_CHECK_TARGET=dist
@@ -117,7 +117,7 @@ matrix:
117117
118118
# Linux builders, remaining docker images
119119
- env: IMAGE=arm-android
120-
if: branch = auto
120+
if: branch = auto OR branch = try
121121
- env: IMAGE=armhf-gnu
122122
if: branch = auto
123123
- env: IMAGE=dist-various-1 DEPLOY=1

0 commit comments

Comments
 (0)