From f2f96f36aad2e6ce0df4c09f2f9f50309ff0350a Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Mon, 4 Jul 2011 11:59:32 -0700 Subject: [PATCH] Disable notifications from travis. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6fc098476..b2e8f8b17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,5 @@ before_script: script: "bundle exec rake travis" env: "TRAVIS=true" +notifications: + disable: true