Skip to content

Commit b5b4e59

Browse files
committed
ci: Turn of PR builds on Travis
This commit turns off PR builds happening on Travis, instead entirely relying on Azure for PR builds to succeed.
1 parent d3e2cec commit b5b4e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
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)