Auto merge of #59593 - pietroalbini:appveyor-version, r=alexcrichton

Print the appveyor agent version at the start of the build

[AppVeyor support asked for this.](https://help.appveyor.com/discussions/problems/19657-successful-builds-failing-with-code-259#comment_47132359)

r? @alexcrichton
This commit is contained in:
bors 2019-04-01 15:24:15 +00:00
commit 9ebf47851a

View File

@ -126,6 +126,8 @@ clone_depth: 2
build: false
install:
# Print which AppVeyor agent version we're running on.
- appveyor version
# If we need to download a custom MinGW, do so here and set the path
# appropriately.
#