Skip to content

Commit

Permalink
ci(travis): add notifications => zulip [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 19, 2020
1 parent e1b6142 commit fb2dced
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,21 @@ after_success:
fi
fi
# Notification options: `always`, `never` or `change`
notifications:
irc:
channels:
- 'chat.freenode.net#salt-image-builder'
on_success: always
on_failure: always
on_success: always # default: always
on_failure: always # default: always
on_start: always # default: never
on_cancel: always # default: always
on_error: always # default: always
webhooks:
urls:
- https://saltstack-formulas.zulipchat.com/api/v1/external/travis?api_key=HsIq3o5QmLxdnVCKF9is0FUIpkpAY79P&stream=CI&topic=salt-image-builder&ignore_pull_requests=false
on_success: always # default: always
on_failure: always # default: always
on_start: always # default: never
on_cancel: always # default: always
on_error: always # default: always

0 comments on commit fb2dced

Please sign in to comment.