From a7b7e62e2601d66429ae9d68df0084297ecb0474 Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Thu, 16 Apr 2015 10:45:03 +0530 Subject: [PATCH] [travis] Add gitter webhook --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 598c503a98..93d40f4a32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,3 +28,10 @@ before_script: - echo "USE mysql;\nCREATE USER 'test_frappe'@'localhost' IDENTIFIED BY 'test_frappe';\nFLUSH PRIVILEGES;\n" | mysql -u root -ptravis - echo "USE mysql;\nGRANT ALL PRIVILEGES ON \`test_frappe\`.* TO 'test_frappe'@'localhost';\n" | mysql -u root -ptravis +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/92b3bea86d8c5397beef + on_success: always + on_failure: always + on_start: never \ No newline at end of file