From 48375c3f900f56434441caa0161c0531fd0ce435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=C3=A6r=C3=B8y?= Date: Sat, 3 Oct 2015 18:50:23 +0200 Subject: [PATCH] Simplify Travis config. --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) 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