From 735ec0c2ee6064d908f130812216b3ec3cb3443b Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Tue, 2 Sep 2014 14:48:07 +0100
Subject: [PATCH] .travis.yml: make sure that we only fetch tags and don't
 change the requested commit.

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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