mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 18:18:25 +00:00
make travis less noisy
This commit is contained in:
parent
a54fc2785f
commit
5968983b4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user