summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2878a9f..0059ad1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -61,4 +61,12 @@ jobs:
tags: true
after_success:
- - ./publish_coverage.sh \ No newline at end of file
+ - ./publish_coverage.sh
+
+notifications:
+ webhooks:
+ urls:
+ - https://webhooks.gitter.im/e/87b3ab4176e6f9506c13
+ on_success: change
+ on_failure: always
+ on_start: never \ No newline at end of file