From cc229e87b3b421f281ad703f45a23869e674aa73 Mon Sep 17 00:00:00 2001 From: Jesse Beder Date: Fri, 1 Apr 2016 18:26:52 -0500 Subject: [PATCH] Turn off travis email notifications. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d464896..90f82ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,3 +21,5 @@ before_script: script: - make - test/run-tests +notifications: + email: false