Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
add travis hook for discord
Browse files Browse the repository at this point in the history
  • Loading branch information
hclivess committed Apr 27, 2018
1 parent 8cb2656 commit 285d56f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -11,3 +11,12 @@ script:
notifications:
slack: cryptobismuth:Mtd8QY1ElBCfM7ijzsyCE7HU
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

0 comments on commit 285d56f

Please sign in to comment.