.travis.yml: Add IRC notifications
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user