From 5968983b4cbc5747d4f1fa38e777f6c80d413508 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 14 Feb 2016 12:53:46 +0100 Subject: make travis less noisy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3