Skip to content

Commit

Permalink
travis: add gitter.im webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Feb 29, 2020
1 parent b4425f7 commit dd60df4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@ script:
- paver test
- paver functest
- paver installtest

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

0 comments on commit dd60df4

Please sign in to comment.