]> git.lizzy.rs Git - rust.git/blobdiff - appveyor.yml
Rustup `macro expansion and resolution`
[rust.git] / appveyor.yml
index 2d8704a703bcd6655e7fb2c30215d1306dfec939..675c16bcc4b982a631b5ba9a1b417e1ddacc05a4 100644 (file)
@@ -8,11 +8,10 @@ environment:
         - TARGET: x86_64-pc-windows-msvc
 
 branches:
-    # Only build AppVeyor on r+, try and the master branch
+    # Only build AppVeyor on r+ and try branch
     only:
       - auto
       - try
-      - master
 
 install:
     - curl -sSf -o rustup-init.exe https://win.rustup.rs/