File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ matrix:
17
17
include :
18
18
# Images used in testing PR and try-build should be run first.
19
19
- env : IMAGE=x86_64-gnu-llvm-5.0 RUST_BACKTRACE=1
20
- if : type = pull_request OR branch = auto
20
+ if : branch = auto
21
21
22
22
- env : IMAGE=dist-x86_64-linux DEPLOY=1
23
23
if : branch = try OR branch = auto
@@ -159,7 +159,7 @@ matrix:
159
159
- env : IMAGE=dist-x86_64-freebsd DEPLOY=1
160
160
if : branch = auto
161
161
- env : IMAGE=dist-x86_64-musl DEPLOY=1
162
- if : branch = auto
162
+ # if: branch = auto
163
163
- env : IMAGE=dist-x86_64-netbsd DEPLOY=1
164
164
if : branch = auto
165
165
- env : IMAGE=asmjs
@@ -185,7 +185,7 @@ matrix:
185
185
- env : IMAGE=x86_64-gnu-distcheck
186
186
if : branch = auto
187
187
- env : IMAGE=mingw-check
188
- if : type = pull_request OR branch = auto
188
+ if : branch = auto
189
189
190
190
- stage : publish toolstate
191
191
if : branch = master AND type = push
You can’t perform that action at this time.
0 commit comments