From b9a2681a326a5066e4c34a5e8938cad0484d708c Mon Sep 17 00:00:00 2001 From: Jordan Wilberding Date: Fri, 25 Oct 2013 12:39:02 -0400 Subject: [PATCH] Add irc notifications --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6490e13..ddbaffb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,11 @@ script: "make rebuild" branches: only: - master +notifications: + email: + - core@erlware.org + irc: + channels: + - "irc.freenode.org#erlware" + use_notice: true + skip_join: true \ No newline at end of file