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:
flip1995 2019-07-09 13:34:22 +02:00
parent 5c921a9f61
commit 70cffef3b2
No known key found for this signature in database
GPG key ID: 01C836B640FFDFB1

View 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/