Skip to content

Commit

Permalink
this must be right
Browse files Browse the repository at this point in the history
sorry for the multiple changes, but i'm editing this in a navigator.

With this changes, travis should notifiy the slack channel if there's a change on the repo status or if there's a build error.

Doc; https://docs.travis-ci.com/user/notifications/
  • Loading branch information
diegoreico authored Oct 30, 2017
1 parent 1e2e76f commit 5885414
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ r:

warnings_are_errors: true


notifications:
slack: newstat:ZqBL05R4NoRMqPZXnuzbF4OZ
on_success: change
slack:
rooms:
- newstat:ZqBL05R4NoRMqPZXnuzbF4OZ
on_success: change # default: always
on_failure: always # default: always

0 comments on commit 5885414

Please sign in to comment.