Skip to content

Commit

Permalink
ci(travis): add notifications => zulip [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#191
  • Loading branch information
myii committed May 21, 2020
1 parent 97d7517 commit 4b5ec2f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Expand Up @@ -124,3 +124,15 @@ jobs:
edge: true
# Run `semantic-release`
script: 'npx semantic-release@15.14'

# Notification options: `always`, `never` or `change`
notifications:
webhooks:
if: 'repo = saltstack-formulas/prometheus-formula'
urls:
- https://saltstack-formulas.zulipchat.com/api/v1/external/travis?api_key=HsIq3o5QmLxdnVCKF9is0FUIpkpAY79P&stream=CI&topic=saltstack-formulas%2Fprometheus-formula&ignore_pull_requests=true
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 4b5ec2f

Please sign in to comment.