diff options
author | Richard Hitt <rbh00@localhost.localdomain> | 2013-06-15 17:26:13 -0700 |
---|---|---|
committer | Richard Hitt <rbh00@localhost.localdomain> | 2013-06-15 17:26:13 -0700 |
commit | 6a7557da0156b235b8bad58b255e16625a8ed47e (patch) | |
tree | c75ffec369055f3037abdc32af8f79083e546624 /.travis.yml | |
parent | d7045e2b6121f7750565f7b9e906bd74fecb72d9 (diff) | |
parent | e68635b8e4b0aee7d958c482abbadfc4321cf2b0 (diff) |
Merge branch 'master' of http://github.com/hexchat/hexchat
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 816bd46c..b5127bf0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,8 @@ script: - ./autogen.sh - ./configure --enable-textfe - make - +notifications: + irc: + channels: "chat.freenode.net#hexchat-devel" + template: "Build #%{build_number} (%{commit}) by %{author}: %{message}" + on_success: change |