.travis.yml: make sure that we only fetch tags and don't change the requested commit.

This commit is contained in:
Daira Hopwood 2014-09-02 14:48:07 +01:00
parent b7e960a490
commit 735ec0c2ee

View File

@ -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'