mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
Update .travis.yml
otherwise `mitmproxy --version` fails because `git describe` might fail fetching the distance to the last release tag
This commit is contained in:
parent
d70f7cd8cc
commit
d4264cb719
@ -5,7 +5,8 @@ env:
|
|||||||
global:
|
global:
|
||||||
- CI_DEPS=codecov>=2.0.5
|
- CI_DEPS=codecov>=2.0.5
|
||||||
- CI_COMMANDS=codecov
|
- CI_COMMANDS=codecov
|
||||||
|
git:
|
||||||
|
depth: 10000
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
@ -43,8 +44,6 @@ matrix:
|
|||||||
- libssl-dev
|
- libssl-dev
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: TOXENV=docs
|
env: TOXENV=docs
|
||||||
git:
|
|
||||||
depth: 10000
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: pypy
|
- python: pypy
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user