File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ matrix:
13
13
include :
14
14
# Images used in testing PR and try-build should be run first.
15
15
- env : IMAGE=x86_64-gnu-llvm-3.7 RUST_BACKTRACE=1
16
- if : type = pull_request OR branch = auto
16
+ if : type = pull_request AND branch = auto
17
17
18
18
- env : IMAGE=dist-x86_64-linux DEPLOY=1
19
- if : branch = try OR branch = auto
19
+ if : branch = auto OR branch = auto
20
20
21
21
# "alternate" deployments, these are "nightlies" but don't have assertions
22
22
# turned on, they're deployed to a different location primarily for projects
@@ -110,7 +110,7 @@ matrix:
110
110
111
111
# Linux builders, remaining docker images
112
112
- env : IMAGE=arm-android
113
- if : branch = auto
113
+ if : branch = try OR branch = auto
114
114
- env : IMAGE=armhf-gnu
115
115
if : branch = auto
116
116
- env : IMAGE=cross DEPLOY=1
You can’t perform that action at this time.
0 commit comments