about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2019-06-26 01:34:17 -0700
committerAlex Crichton <alex@alexcrichton.com>2019-06-26 01:35:51 -0700
commitb5b4e59b473cddfd1d22fe0a16e2d3bf6f715164 (patch)
tree9edaadfe6d730ed3791498d379503672207f8b17
parentd3e2cec29225a46298ec4ebf082f34ebd7cfeecf (diff)
downloadrust-b5b4e59b473cddfd1d22fe0a16e2d3bf6f715164.tar.gz
rust-b5b4e59b473cddfd1d22fe0a16e2d3bf6f715164.zip
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.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3d185b4f0c9..464e95606e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ matrix:
     # Images used in testing PR and try-build should be run first.
     - env: IMAGE=x86_64-gnu-llvm-6.0 RUST_BACKTRACE=1
       name: x86_64-gnu-llvm-6.0
-      if: type = pull_request OR branch = auto
+      if: branch = auto
 
     - env: IMAGE=dist-x86_64-linux DEPLOY=1
       name: dist-x86_64-linux
@@ -227,7 +227,7 @@ matrix:
       if: branch = auto
     - env: IMAGE=mingw-check
       name: mingw-check
-      if: type = pull_request OR branch = auto
+      if: branch = auto
 
     - stage: publish toolstate
       if: branch = master AND type = push