Skip to content

Commit b863efb

Browse files
authored
Rollup merge of #62140 - alexcrichton:less-pr-builds, r=pietroalbini
ci: Turn off PR builds on Travis This commit turns off PR builds happening on Travis, instead entirely relying on Azure for PR builds to succeed.
2 parents d3e2cec + b5b4e59 commit b863efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 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
@@ -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)