]> git.lizzy.rs Git - rust.git/blobdiff - appveyor.yml
rustup https://github.com/rust-lang/rust/pull/61836/
[rust.git] / appveyor.yml
index c852cd8232e1ef6582780d15c5506f6d38a53320..2d8704a703bcd6655e7fb2c30215d1306dfec939 100644 (file)
@@ -8,11 +8,11 @@ environment:
         - TARGET: x86_64-pc-windows-msvc
 
 branches:
-    # Don't build these branches
-    except:
-        # Used by bors
-        - trying.tmp
-        - staging.tmp
+    # Only build AppVeyor on r+, try and the master branch
+    only:
+      - auto
+      - try
+      - master
 
 install:
     - curl -sSf -o rustup-init.exe https://win.rustup.rs/