From 0d9d4f67ff452bbf381eef4b925e1194f87789c6 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Sun, 15 Apr 2012 23:00:30 -0400 Subject: [PATCH] Turn email notifications off. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d42d286..e67d293 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,5 @@ rvm: - ree - 1.9.2 - 1.9.3 +notifications: + email: false