From: Daira Hopwood <daira@jacaranda.org>
Date: Tue, 2 Sep 2014 14:08:58 +0000 (+0100)
Subject: .travis.yml: okay, fetching just tags apparently isn't sufficient (and this use of... 
X-Git-Tag: allmydata-tahoe-1.10.1a1~157
X-Git-Url: https://git.rkrishnan.org/pf/content/simplejson/frontends/%3C?a=commitdiff_plain;h=d95b370e81415185440759d8c07e386bf01a42c3;p=tahoe-lafs%2Ftahoe-lafs.git

.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>
---

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'