Merge pull request #1475 from ethcore/appveyor_choking

give appveyor some breath
This commit is contained in:
Nikolay Volf 2016-06-29 02:35:12 +04:00 committed by GitHub
commit 91aee536ca

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"