0

.travis.yml: Add IRC notifications

This commit is contained in:
Johan Kiviniemi
2013-12-27 04:42:45 +02:00
parent 24994b3471
commit 010ae6af40

View File

@@ -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"