From 12c57ceddad03cf7df5f4d54920f9435435ce1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 3 Dec 2017 13:06:21 +0100 Subject: [PATCH] No longer rename AppVeyor builds --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 95846d38..0fb159e6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 }