From: Daira Hopwood Date: Tue, 2 Sep 2014 13:48:07 +0000 (+0100) Subject: .travis.yml: make sure that we only fetch tags and don't change the requested commit. X-Git-Tag: allmydata-tahoe-1.10.1a1~158 X-Git-Url: https://git.rkrishnan.org/listings/copyable-send.py?a=commitdiff_plain;h=735ec0c2ee6064d908f130812216b3ec3cb3443b;p=tahoe-lafs%2Ftahoe-lafs.git .travis.yml: make sure that we only fetch tags and don't change the requested commit. --- 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'