.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:
parent
735ec0c2ee
commit
d95b370e81
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue