Skip to content

Commit f8fbd8c

Browse files
committed
WIP
1 parent 1aa944d commit f8fbd8c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ matrix:
1313
include:
1414
# Images used in testing PR and try-build should be run first.
1515
- env: IMAGE=x86_64-gnu-llvm-3.9 RUST_BACKTRACE=1
16-
if: type = pull_request OR branch = auto
16+
if: type = disabled
1717

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

2121
# "alternate" deployments, these are "nightlies" but have LLVM assertions
2222
# turned on, they're deployed to a different location primarily for
2323
# additional testing.
2424
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1 CI_JOB_NAME=dist-x86_64-linux-alt
25-
if: branch = try OR branch = auto
25+
if: type = disabled
2626

2727
- env: >
2828
RUST_CHECK_TARGET=dist
@@ -112,8 +112,8 @@ matrix:
112112
if: branch = auto
113113
- env: IMAGE=armhf-gnu
114114
if: branch = auto
115-
- env: IMAGE=dist-various-1 DEPLOY=1
116-
if: branch = auto
115+
- env: IMAGE=dist-various-1 DEPLOY_ALT=1
116+
if: branch = try
117117
- env: IMAGE=dist-various-2 DEPLOY=1
118118
if: branch = auto
119119
- env: IMAGE=dist-aarch64-linux DEPLOY=1
@@ -177,7 +177,7 @@ matrix:
177177
- env: IMAGE=x86_64-gnu-distcheck
178178
if: branch = auto
179179
- env: IMAGE=mingw-check
180-
if: type = pull_request OR branch = auto
180+
if: type = disabled
181181

182182
- stage: publish toolstate
183183
if: branch = master AND type = push

0 commit comments

Comments
 (0)