Skip to content

Commit

Permalink
Add gitter webhook to travis config (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
toddpalino authored Dec 3, 2017
1 parent 08e9328 commit d088c99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ matrix:
# Don't email me the results of the test runs.
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/ec30ac1bb280c976f8be
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

# Anything in before_script that returns a nonzero exit code will
# flunk the build and immediately stop. It's sorta like having
Expand Down

0 comments on commit d088c99

Please sign in to comment.