Skip to content

Commit

Permalink
Reduce the number of notifications from travis CI. (#4210) (#4214)
Browse files Browse the repository at this point in the history
- Disable PR notifications.
- Send failed build notifications.
- Send an update when build transistions from red -> green.
(cherry picked from commit 1844718)
  • Loading branch information
andrewkroh authored and ruflin committed May 5, 2017
1 parent dc1a1e5 commit 40ab972
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ script:

notifications:
slack:
on_success: change
on_failure: always
on_pull_requests: false
rooms:
secure: "e25J5puEA31dOooTI4T+K+zrTs8XeWIGq2cgmiPt9u/g7eqWeQj1UJnVsr8GOu1RPDyuJZJHXqfrvuOYJTdHzXbwjD0JTbwwVVZMkkZW2SWZHG46HCXPiucjWXEr3hXJKBJDDpIx6VxrN7r17dejv1biQ8QuEFZfiB1H8kbH/ho="

Expand Down

0 comments on commit 40ab972

Please sign in to comment.