diff --git a/.travis.yml b/.travis.yml index 3a9a87132c1..88652bfefbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,14 @@ notifications: on_success: change skip_join: true +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/5d0244ab020a75bf7d17 + on_success: change # options: [always|never|change] default: always + on_failure: always # options: [always|never|change] default: always + on_start: never # default: never + addons: postgresql: "9.1"