diff --git a/.travis.yml b/.travis.yml index e91b1531..a132401c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,3 +74,11 @@ matrix: cache: directories: - "$HOME/.ccache" + +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/b273e1f74f164855d115 + 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