Skip to content

Commit

Permalink
Add gitter webhook to travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Nov 3, 2015
1 parent 9b898b0 commit f910956
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ jdk:
- oraclejdk7
after_script:
- bash -ex test/coveralls.sh
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/3959e95b4c9ff6a297b4
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 f910956

Please sign in to comment.