diff --git a/.travis.yml b/.travis.yml index f066c17b..c8bbb6d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,15 +24,3 @@ script: - cat config.log - make - make install - -notifications: - irc: - channels: - - "irc.freenode.net#irssi" - template: - - "%{repository} (%{commit}: %{author}): %{message}" - - "Build details : %{build_url}" - on_success: always - on_failure: always - use_notice: true - skip_join: true