From d95b370e81415185440759d8c07e386bf01a42c3 Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Tue, 2 Sep 2014 15:08:58 +0100
Subject: [PATCH] .travis.yml: okay, fetching just tags apparently isn't
 sufficient (and this use of 'git pull' won't actually pull any new commits,
 because we'll be on a detached head).

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b4c3e100..13643680 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ python:
   - "2.6"
 before_install:
   - sh -c set
-  - git fetch --tags
+  - git pull --depth=1000
   - python misc/build_helpers/show-tool-versions.py
 install:
   - pip install 'twisted>=0.13.0'
-- 
2.45.2