configure Travis CI to notify build result on xqf irc channel

This commit is contained in:
Thomas Debesse 2015-02-09 11:48:42 +01:00
parent 7d5cc74865
commit 0f9dfe0b18

View File

@ -12,3 +12,6 @@ before_install:
script:
- ./configure --with-qstat=quakestat
- make
notifications:
irc: "chat.freenode.net#xqf"