Skip to content

Commit edb396d

Browse files
committed
DELETE_ME: run musl on try
1 parent d402415 commit edb396d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ matrix:
2222
# Images used in testing PR and try-build should be run first.
2323
- env: IMAGE=x86_64-gnu-llvm-6.0 RUST_BACKTRACE=1
2424
name: x86_64-gnu-llvm-6.0
25-
if: type = pull_request OR branch = auto
25+
if: branch = auto
2626

2727
- env: IMAGE=dist-x86_64-linux DEPLOY=1
2828
name: dist-x86_64-linux
@@ -33,7 +33,7 @@ matrix:
3333
# additional testing.
3434
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
3535
name: dist-x86_64-linux-alt
36-
if: branch = try OR branch = auto
36+
if: branch = auto
3737

3838
- env: >
3939
RUST_CHECK_TARGET=dist
@@ -188,7 +188,7 @@ matrix:
188188
if: branch = auto
189189
- env: IMAGE=dist-x86_64-musl DEPLOY=1
190190
name: dist-x86_64-musl
191-
if: branch = auto
191+
if: branch = try OR branch = auto
192192
- env: IMAGE=dist-x86_64-netbsd DEPLOY=1
193193
name: dist-x86_64-netbsd
194194
if: branch = auto
@@ -227,7 +227,7 @@ matrix:
227227
if: branch = auto
228228
- env: IMAGE=mingw-check
229229
name: mingw-check
230-
if: type = pull_request OR branch = auto
230+
if: branch = auto
231231

232232
- stage: publish toolstate
233233
if: branch = master AND type = push

0 commit comments

Comments
 (0)