From 1d62465e5bfd91ecda487572910a16ce6361fd33 Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 13 Jun 2013 15:08:35 -0400 Subject: Add irc notifications to travis --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 816bd46c..272c849a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,7 @@ script: - ./autogen.sh - ./configure --enable-textfe - make - +notifications: + irc: "chat.freenode.net#hexchat-devel" + on_success: change + use_notice: true -- cgit 1.4.1 From 21a5eb2702cfbad96cf8d8d60e7478110bff0efc Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 13 Jun 2013 16:20:58 -0300 Subject: Formatting --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 272c849a..ee43e7cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ script: - ./configure --enable-textfe - make notifications: - irc: "chat.freenode.net#hexchat-devel" + irc: + channels: "chat.freenode.net#hexchat-devel" on_success: change use_notice: true -- cgit 1.4.1 From 84e8c658f6badc47a37cc1d200678cac9ba6cd02 Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 13 Jun 2013 15:33:25 -0400 Subject: Tweak travis template --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ee43e7cd..b5127bf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,5 @@ script: notifications: irc: channels: "chat.freenode.net#hexchat-devel" + template: "Build #%{build_number} (%{commit}) by %{author}: %{message}" on_success: change - use_notice: true -- cgit 1.4.1