summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2015-11-27 22:11:10 -0800
committerAlan Antonuk <alan.antonuk@gmail.com>2015-11-27 22:11:10 -0800
commitfbfbc7b063e70e1b61fa5ed0c7029fd65c708508 (patch)
tree3653307f4b78cf13c57280c469a74e3aa839e48d
parentf6537eb4ee3da1a1e8ef386b4368b566b2a7d40e (diff)
downloadrabbitmq-c-fbfbc7b063e70e1b61fa5ed0c7029fd65c708508.tar.gz
CI: limit clone depth on appveyor
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index fe71485..c88b387 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,9 @@
# appveyor configuration
version: '{build}'
+# Limit history cloned. This matches what travis-CI currently does.
+clone_depth: 50
+
environment:
matrix:
- GENERATOR: Visual Studio 12 Win64