make travis less noisy

This commit is contained in:
Maximilian Hils 2016-02-14 12:53:46 +01:00
parent a54fc2785f
commit 5968983b4c

View File

@ -70,7 +70,7 @@ after_success:
- | - |
if [[ $TRAVIS_OS_NAME == "osx" && $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]] if [[ $TRAVIS_OS_NAME == "osx" && $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]
then then
git clone https://github.com/mitmproxy/release.git ../release git clone -q https://github.com/mitmproxy/release.git ../release
pip install -e ../release pip install -e ../release
python ../release/rtool.py bdist python ../release/rtool.py bdist
python ../release/rtool.py upload-snapshot --sdist --bdist --wheel python ../release/rtool.py upload-snapshot --sdist --bdist --wheel