diff options
author | Sean Allred <allred.sean@gmail.com> | 2014-10-31 11:29:38 -0400 |
---|---|---|
committer | Sean Allred <allred.sean@gmail.com> | 2014-10-31 11:29:38 -0400 |
commit | b27575f6ae5d31d68262b1a760c34d21a33a510d (patch) | |
tree | ca30a97048ae8555a881753dbb71e23c8b7c4e03 | |
parent | 69596a7a698d8b6f642f4496c03d9827c42f9c9f (diff) |
Update .travis.yml
Add gitter integration
-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 |