diff options
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 595adc2..b81771d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,3 +22,11 @@ before_install: script: - emacs -batch -L . -l ert -l tests.el -f ert-run-tests-batch-and-exit + +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/07063bd143e35f54b1e8 + on_success: change # options: [always|never|change] default: always + on_failure: always # options: [always|never|change] default: always + on_start: false # default: false |