From b1be68812f49e145cdb2045428aee81c558a7a59 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Wed, 18 Mar 2015 10:01:26 -0500 Subject: [PATCH] Add IRC to Travis. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7a8a06cc..b1d116d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,11 @@ jdk: script: ant test before_install: - sudo apt-get install texinfo +notifications: + irc: + channels: + - "irc.freenode.org#jnr" + on_success: change + on_failure: always + template: + - "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"