Skip to content

Commit

Permalink
Merge pull request cleanflight#1001 from mikeller/add_travis_gitter_n…
Browse files Browse the repository at this point in the history
…otifications

Added settings for travis to post notifications to gitter.
  • Loading branch information
mikeller committed Aug 14, 2016
2 parents 28225ff + 912daec commit 9b56538
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,11 @@ cache: apt
# irc: "chat.freenode.net#cleanflight"
# use_notice: 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

0 comments on commit 9b56538

Please sign in to comment.