mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
Add discord notifcation on failed test
This commit is contained in:
parent
09a2024e6e
commit
5100720c25
@ -51,3 +51,7 @@ deploy:
|
||||
skip_cleanup: true
|
||||
prerelease: true
|
||||
name: "$RELEASE_NAME"
|
||||
after_failure:
|
||||
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
|
||||
- chmod +x send.sh
|
||||
- ./send.sh failure $webhook_url
|
||||
|
Loading…
Reference in New Issue
Block a user