diff options
author | shennetsind <ind@henn.et> | 2013-07-31 14:21:17 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-07-31 14:21:17 -0300 |
commit | 4f14736cfe6952862307eb9b92b893e7ce35ccd1 (patch) | |
tree | 49d5486df703c4b02bc37ad66120b7ba6549df28 | |
parent | e914c4806f72678babe646c7651bbdbbf78221fd (diff) | |
download | hercules-4f14736cfe6952862307eb9b92b893e7ce35ccd1.tar.gz hercules-4f14736cfe6952862307eb9b92b893e7ce35ccd1.tar.bz2 hercules-4f14736cfe6952862307eb9b92b893e7ce35ccd1.tar.xz hercules-4f14736cfe6952862307eb9b92b893e7ce35ccd1.zip |
Travis Modification | Follow up e14ab5561a53bc17c9186a22ecd07060772e6dc6
Disabled the irc channel notifications; it was mostly spamming with duplicate information from the other bot.
Signed-off-by: shennetsind <ind@henn.et>
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index e86648884..283fe7a6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,6 @@ script: notifications: email: false - irc: - channels: - - "irc.rizon.net#Hercules" - on_success: always - on_failure: always - branches: only: - master
\ No newline at end of file |