From 60a7f054b32eab79b0255e4eade0d0bf1a27cbae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= <georges.duperon@gmail.com>
Date: Sun, 23 Sep 2018 09:41:55 +0200
Subject: [PATCH] appveyor: clone_depth is unnecessary if shallow_clone is used

---
 appveyor.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 5aa9f8f..aae49e8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,7 +1,5 @@
 max_jobs: 1
-# Are both necessary?
 shallow_clone: true
-clone_depth: 1
 
 image: Visual Studio 2015