mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
Added Travis Discord Bot (#383)
This commit is contained in:
@@ -83,6 +83,15 @@ matrix:
|
|||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh
|
||||||
|
- chmod +x send.sh
|
||||||
|
- ./send.sh success $WEBHOOK_URL
|
||||||
|
after_failure:
|
||||||
|
- wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh
|
||||||
|
- chmod +x send.sh
|
||||||
|
- ./send.sh failure $WEBHOOK_URL
|
||||||
|
|
||||||
- language: node_js
|
- language: node_js
|
||||||
os: linux
|
os: linux
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user