From 3cceaf586944821092d3d745b9eed480e472e45e Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Mon, 17 Sep 2018 17:48:29 -0400 Subject: [PATCH] Disable IRC notifications from travis --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad6acd8..42483d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,11 +21,6 @@ script: - python overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting -p1 notifications: email: false - irc: - channels: - - "chat.freenode.net#overviewer" - template: - - "\x0313Minecraft-Overviewer\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}" # matrix: # allow_failures: # - python: "3.2"