From 09bdcefd4f246eb49b82aa5bfece8d40cb8a2fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Mon, 15 Jul 2013 16:15:59 -0700 Subject: [PATCH] Notify travis build results in IRC channel If this gets noisy, we can change to only notify on change. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 053b90d2a3..3bd3de140e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,3 +39,9 @@ env: matrix: allow_failures: - env: TEST_TYPE=lint +notifications: + irc: + use_notice: true + skip_join: true + channels: + - chat.freenode.net#reactjs