aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-02-14 12:53:46 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-02-14 12:53:46 +0100
commit5968983b4cbc5747d4f1fa38e777f6c80d413508 (patch)
tree852b2cc8050ad4541edf7999ab875b995b373d37 /.travis.yml
parenta54fc2785f57850432d87a45b646d34d01b8edf4 (diff)
downloadmitmproxy-5968983b4cbc5747d4f1fa38e777f6c80d413508.tar.gz
mitmproxy-5968983b4cbc5747d4f1fa38e777f6c80d413508.tar.bz2
mitmproxy-5968983b4cbc5747d4f1fa38e777f6c80d413508.zip
make travis less noisy
Diffstat (limited to '.travis.yml')
-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