From cd1c9fd978263456951d8b84960c26b2e3676852 Mon Sep 17 00:00:00 2001 From: Andrew Taber Date: Tue, 14 Oct 2014 18:14:34 -0700 Subject: [PATCH] Turn off Travis email notifications. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8a8ac56..fe4b561 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: ruby rvm: - 2.1.2 +notifications: + email: false