From 0ace807e194634f869ffec95dd17078d806cb4cf Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Mon, 3 Oct 2016 14:56:01 +0500 Subject: [PATCH] [TRAVIS] don't send email notifications --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index fbf73f6..a5fe02e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,3 +32,6 @@ script: after_success: coveralls + +notifications: + email: false