aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3335a95a..f32a58c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,7 +70,7 @@ after_success:
- |
if [[ $TRAVIS_OS_NAME == "osx" && $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]
then
- git clone https://github.com/mitmproxy/release.git ../release
+ git clone -q https://github.com/mitmproxy/release.git ../release
pip install -e ../release
python ../release/rtool.py bdist
python ../release/rtool.py upload-snapshot --sdist --bdist --wheel