From b27575f6ae5d31d68262b1a760c34d21a33a510d Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Fri, 31 Oct 2014 11:29:38 -0400 Subject: Update .travis.yml Add gitter integration --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.3