From 6b762fa40ea0ee9d95e9d5a8ecbdb3b4b55208f3 Mon Sep 17 00:00:00 2001 From: Sup Yut Sum Date: Sun, 4 Oct 2015 19:42:03 +0800 Subject: [PATCH] AppVeyor: Print git version Signed-off-by: Sup Yut Sum --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 18bf3bd96..d1776daf8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,7 @@ version: '{branch}.{build}' skip_tags: true init: +- git version - git config --global user.email "dummy@example.com" - git config --global user.name "Dummy Name" build_script: -- 2.11.4.GIT