mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 05:03:21 +00:00
Disable AppVeyor builds on the master branch
AppVeyor is already checked on every merge of a PR, rechecking it immediately after on the master branch is not necessary.
This commit is contained in:
parent
5c921a9f61
commit
70cffef3b2
1 changed files with 1 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue