From a158abfa15cdadc3ce5b9b98e0c01e8d50d5f69b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 23 Dec 2012 00:52:18 -0500 Subject: [PATCH] remove stuidly annoying email notifications --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 74ec8b19..ea263d1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,5 @@ env: HTTPBIN_URL=http://httpbin.org/ script: make test install: - make test-deps +notifications: + email: false