summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-06-13 15:08:35 -0400
committerTingPing <tngpng@gmail.com>2013-06-13 15:08:35 -0400
commit1d62465e5bfd91ecda487572910a16ce6361fd33 (patch)
treea2411109fef98c28cbf7408892bfb941af9da8b5 /.travis.yml
parentcb1b1c6e1cd04805f4c6804c40aac79fe76dc4b4 (diff)
Add irc notifications to travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
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