Skip to content

Commit

Permalink
Adds a webhook for Travis failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
afterthought2 authored and comma committed Jul 10, 2019
1 parent c13fc2d commit 71785b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ addons:

script:
- test/run-test.sh

after_failure:
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh failure $WEBHOOK_URL

0 comments on commit 71785b4

Please sign in to comment.