diff options
author | TingPing <tngpng@gmail.com> | 2013-06-13 15:08:35 -0400 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-06-13 15:08:35 -0400 |
commit | 1d62465e5bfd91ecda487572910a16ce6361fd33 (patch) | |
tree | a2411109fef98c28cbf7408892bfb941af9da8b5 | |
parent | cb1b1c6e1cd04805f4c6804c40aac79fe76dc4b4 (diff) |
Add irc notifications to travis
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
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 |