diff options
| -rw-r--r-- | appveyor.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2d8704a703b..675c16bcc4b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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/ |
