From ce76e5a871ee024db38af3de613f7cc19ee3eac5 Mon Sep 17 00:00:00 2001 From: "Fabio C. Barrioneuvo da Luz" Date: Thu, 18 Dec 2014 12:32:41 -0300 Subject: [PATCH] force travis-ci not send email with "build status" to github repo owner --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4ec176e1..dd79a56b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,8 @@ before_install: script: - pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' . + +notifications: + email: + on_success: never + on_failure: never