.travis.yml: make sure that we only fetch tags and don't change the requested commit.
This commit is contained in:
parent
b7e960a490
commit
735ec0c2ee
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue