From 010ae6af408af1ca0c173f7a942cf0ca595b44c9 Mon Sep 17 00:00:00 2001 From: Johan Kiviniemi Date: Fri, 27 Dec 2013 04:42:45 +0200 Subject: [PATCH] .travis.yml: Add IRC notifications --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index efea1ad..382f1dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,12 @@ script: - python overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting -p1 notifications: email: false + irc: + channels: + - "irc.freenode.org#overviewer" + skip_join: true + template: + - "\x0313Minecraft-Overviewer\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}" # matrix: # allow_failures: # - python: "3.2"