This repository was archived by the owner on May 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
PAYLOAD=" {\" text\" : \" <https://pypi.python.org/pypi/ethereum|ethereum $TRAVIS_TAG > was released on pypi!\" }"
3
3
curl -s -X POST --data-urlencode " payload=$PAYLOAD " $SLACK_WEBHOOK_URL
4
4
5
- PAYLOAD=" {\" text\" : \" [ethereum $TRAVIS_TAG ](https://pypi.org/project/ethereum) was released on PyPI!\" }"
5
+ PAYLOAD=" {\" attachments \" :[{ \" text\" :\" [ethereum $TRAVIS_TAG ](https://pypi.org/project/ethereum) was released on PyPI!\" , \" color \" : \" good \" }] }"
6
6
curl -s -X POST --data-urlencode " payload=$PAYLOAD " $ROCKETCHAT_URL
Original file line number Diff line number Diff line change 14
14
global :
15
15
- COVERAGE_APPEND="--append"
16
16
- secure : cKbIgpTJ1yjKLBxpCEiT6IH7NShDWZUE+BvnrAfc+ujCsR6LyLJcKxFQmKnWryJCqg7fp82Ep2bF2oDKzanAROar2xDY1SFGbai42seYMaFCw53YPGJ6u3VNCcfT0rN9BWgE7el/m4fjcD6CRsZYKArNNJbMX8csRt3uXXCFLso=
17
- - secure : " Gj9H2vW9ifusxbKLt8mT2G47ExewU9XFcRHDvULfn2hHhJH5cz0kOnW4I5W0EPAits0BRPZJClZV0PgDuo+zDjtEMrhDQYEmvb4KE5euLIm1xmQSkXYhErKxxSdIXSujiJbz4TT/V3FTtpmJWDaSzfwPy2PTK5bjbS+U3h3AlG4 ="
17
+ - secure : " QyFPrxQHd2LlNQ6zNeTFYhgPmZaOHoWuywcgn8qaSOh6PklyFxHbexkwg0bl23JvtgNEZ1mCD8j0x1/ydSdtxgCFwK9SEL0h7aYuAq+OAIa/G18OPeTJMf7ASsb2QZdfkt9reFpUnjbadzHkuv+rqqb4bFnTJBKwB2LWzHPLhWg ="
18
18
install :
19
19
- travis_retry pip install setuptools --upgrade
20
20
- travis_retry pip install tox
You can’t perform that action at this time.
0 commit comments