aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2017-02-10 16:37:22 +0100
committerGitHub <noreply@github.com>2017-02-10 16:37:22 +0100
commitd4264cb719016e02527ce0a2cad533787798266f (patch)
treeaeceed66d77ed07a66dfb238ac8415060f8c204b
parentd70f7cd8cc6343bb520f07eaaad86d0645e2800c (diff)
downloadmitmproxy-d4264cb719016e02527ce0a2cad533787798266f.tar.gz
mitmproxy-d4264cb719016e02527ce0a2cad533787798266f.tar.bz2
mitmproxy-d4264cb719016e02527ce0a2cad533787798266f.zip
Update .travis.yml
otherwise `mitmproxy --version` fails because `git describe` might fail fetching the distance to the last release tag
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index ef56211d..e1ff4539 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,8 @@ env:
global:
- CI_DEPS=codecov>=2.0.5
- CI_COMMANDS=codecov
-
+git:
+ depth: 10000
matrix:
fast_finish: true
include:
@@ -43,8 +44,6 @@ matrix:
- libssl-dev
- python: 3.5
env: TOXENV=docs
- git:
- depth: 10000
allow_failures:
- python: pypy