|
|
|
@ -14,3 +14,11 @@ script: |
|
|
|
|
- ./scripts/travis_checker.sh |
|
|
|
|
notifications: |
|
|
|
|
slack: harmonyone:gggCd1QQopsQAW8JYgBWiH7M |
|
|
|
|
after_success: |
|
|
|
|
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh |
|
|
|
|
- chmod +x send.sh |
|
|
|
|
- ./send.sh success $WEBHOOK_URL |
|
|
|
|
after_failure: |
|
|
|
|
- wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh |
|
|
|
|
- chmod +x send.sh |
|
|
|
|
- ./send.sh failure $WEBHOOK_URL |
|
|
|
|