give appveyor some breath

This commit is contained in:
debris 2016-06-28 16:10:21 +02:00
parent af891f65a7
commit 8dbf182618
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,15 @@
environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
branches:
only:
- master
- /^beta-.*$/
- /^stable-.*$/
- /^beta$/
- /^stable$/
install:
- git submodule update --init --recursive
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.9.0-x86_64-pc-windows-msvc.exe"