X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=appveyor.yml;h=2d8704a703bcd6655e7fb2c30215d1306dfec939;hb=4d984dc6e65575fb79f835c10467b50854549d2e;hp=c852cd8232e1ef6582780d15c5506f6d38a53320;hpb=26602ddff475ef75ed94803b05217a761a7f5523;p=rust.git diff --git a/appveyor.yml b/appveyor.yml index c852cd8232e..2d8704a703b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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/