mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Added Travis Discord Bot (#383)
This commit is contained in:
parent
7841c53db0
commit
2c88b4770f
@ -83,6 +83,15 @@ matrix:
|
||||
notifications:
|
||||
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
|
||||
os: linux
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user