Skip to content

Commit

Permalink
Add gitter build notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Sep 11, 2015
1 parent 0879484 commit 4b84731
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 @@ -10,3 +10,11 @@ branches:
only:
- master
- v1.3.x-bugfix

notifications:
webhooks:
urls: # gitter
- https://webhooks.gitter.im/e/dc010332f9d40fcc21c4
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

2 comments on commit 4b84731

@brasmusson
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattwynne Now the notifications to [email protected] has disappeared, is that intended? They were originally removed on a pull-request branch (#906, see ff6891b), following the guideline of turning of the build notifications on forks.

@mattwynne
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for noticing @brasmusson - I just merged the PR without paying enough attention. I've cleaned up my mess.

Please sign in to comment.