1
0
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:
plague006 2019-02-01 14:37:05 -05:00
parent 09a2024e6e
commit 5100720c25

View File

@ -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