From 6cfc91c0b9dfc9523d544459afe5eec859e77faf Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Tue, 17 Mar 2015 20:36:45 -0300 Subject: travis: Configure to notify gitter chat room --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d464d67bb1..f557daa9f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,3 +62,7 @@ script: # as $USER, while retaining the environment variables defined and belonging # to secondary groups given above in usermod. - sudo -E su $USER -c "sh -e \"$CI_SCRIPTS/$CI_TARGET.sh\"" +notifications: + webhooks: + urls: + - https://webhooks.gitter.im/e/b5c38c99f9677aa3d031 -- cgit