From 43437a8585be8ff6b849c3f5dd913c52f27e0e6d Mon Sep 17 00:00:00 2001 From: Jonne Hass Date: Tue, 6 Sep 2011 15:55:24 +0200 Subject: [PATCH] can it be that enabling notifications broke the build?! --- .travis.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index f314f0f0f..a60472595 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -bundler_args: "--without development production" +bundler_args: "--without development,production" rvm: - 1.8.7 @@ -18,12 +18,4 @@ branches: - master notifications: - email: - on_success: change - on_failure: all - irc: - on_success: all - on_failure: all - channels: - - 'irc.freenode.org#diaspora-dev' - - 'irc.freenode.org#diaspora-de' + disable: true