From 48fc2fc79aa812a7e787d91c8088066e2e4e07c6 Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Mon, 1 Sep 2014 17:47:43 +0100
Subject: [PATCH] .travis.yml: Make sure that update_version has enough history
 to see the last release tag.

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

diff --git a/.travis.yml b/.travis.yml
index 268ce81c..073c5059 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
   - "2.6"
 before_install:
   - sh -c set
+  - git pull --depth=1000
 install:
   - pip install 'twisted>=0.13.0'
   - pip install 'coveralls==0.4.2'
-- 
2.45.2