Drop travis IRC notifications

They aren't of much use and I don't think the users on IRC appreciate
the occasional notification spam when something breaks.
This commit is contained in:
Nikos Tsipinakis 2018-03-09 18:19:35 +02:00
parent 1831e9d015
commit 764761132f

View File

@ -35,10 +35,3 @@ matrix:
- compiler: clang - compiler: clang
after_success: after_success:
- coveralls --gcov llvm-cov --gcov-options gcov - coveralls --gcov llvm-cov --gcov-options gcov
notifications:
irc:
channels:
- "chat.freenode.net#dunst"
on_success: change
on_failure: always