Merge pull request #1001 from mikeller/add_travis_gitter_notifications

Added settings for travis to post notifications to gitter.
This commit is contained in:
Michael Keller 2016-08-14 21:29:08 +12:00 committed by GitHub
commit 9b565384f8
1 changed files with 8 additions and 0 deletions

View File

@ -81,3 +81,11 @@ cache: apt
# irc: "chat.freenode.net#cleanflight" # irc: "chat.freenode.net#cleanflight"
# use_notice: true # use_notice: true
# skip_join: true # skip_join: true
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/17e9af18c83945aad3f0
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always