From: Daira Hopwood <daira@jacaranda.org>
Date: Mon, 1 Sep 2014 16:47:43 +0000 (+0100)
Subject: .travis.yml: Make sure that update_version has enough history to see the last release... 
X-Git-Tag: allmydata-tahoe-1.10.1a1~167
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags/%22doc.html/install-details.html?a=commitdiff_plain;h=48fc2fc79aa812a7e787d91c8088066e2e4e07c6;p=tahoe-lafs%2Ftahoe-lafs.git

.travis.yml: Make sure that update_version has enough history to see the last release tag.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---

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'