summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2012-12-23 00:52:18 -0500
committerKenneth Reitz <me@kennethreitz.com>2012-12-23 00:52:18 -0500
commita158abfa15cdadc3ce5b9b98e0c01e8d50d5f69b (patch)
tree17267b395eff2bac02713bc7e4aa7a55403ceef3 /.travis.yml
parentaaa3bf16a9e96bb075951a1624e814ed53b45236 (diff)
downloadpython-requests-a158abfa15cdadc3ce5b9b98e0c01e8d50d5f69b.tar.gz
remove stuidly annoying email notifications
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
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