From 0f9dfe0b189c54b072c3dbf7166f3360bbe0d0c0 Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Mon, 9 Feb 2015 11:48:42 +0100 Subject: [PATCH] configure Travis CI to notify build result on xqf irc channel --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2d158df..4dee9aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,6 @@ before_install: script: - ./configure --with-qstat=quakestat - make + +notifications: + irc: "chat.freenode.net#xqf"