From 61e17df22dd3e47f02b86ea0b0d25cc25cdc303a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Wed, 23 May 2012 13:25:08 -0400 Subject: [PATCH] no travis email notification --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e1cf8f1b..86109230 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: python python: - 2.7 -script: make tests \ No newline at end of file +script: make tests +notifications: + email: false \ No newline at end of file -- GitLab