No longer rename AppVeyor builds

This commit is contained in:
Martin Hořeňovský 2017-12-03 13:06:21 +01:00
parent 45a465713e
commit 12c57cedda

View File

@ -27,8 +27,6 @@ matrix:
init:
- git config --global core.autocrlf input
# Set build version to git commit-hash
- ps: Update-AppveyorBuild -Version "$($env:APPVEYOR_REPO_BRANCH) - $($env:APPVEYOR_REPO_COMMIT)"
install:
- ps: if (($env:CONFIGURATION) -eq "Debug" ) { python -m pip install codecov }