.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>
This commit is contained in:
Daira Hopwood 2014-09-02 15:08:58 +01:00
parent 735ec0c2ee
commit d95b370e81
1 changed files with 1 additions and 1 deletions

View File

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