Auto merge of #1015 - RalfJung:appv, r=RalfJung

AppVeyor: abort early if a job fails
This commit is contained in:
bors 2019-10-22 11:41:14 +00:00
commit 8fa7454297

View File

@ -12,6 +12,9 @@ branches:
- auto
- try
matrix:
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.
cache:
- '%USERPROFILE%\.cargo'
- '%USERPROFILE%\.rustup'