diff options
author | Kenneth Reitz <me@kennethreitz.com> | 2012-12-23 00:52:18 -0500 |
---|---|---|
committer | Kenneth Reitz <me@kennethreitz.com> | 2012-12-23 00:52:18 -0500 |
commit | a158abfa15cdadc3ce5b9b98e0c01e8d50d5f69b (patch) | |
tree | 17267b395eff2bac02713bc7e4aa7a55403ceef3 /.travis.yml | |
parent | aaa3bf16a9e96bb075951a1624e814ed53b45236 (diff) | |
download | python-requests-a158abfa15cdadc3ce5b9b98e0c01e8d50d5f69b.tar.gz |
remove stuidly annoying email notifications
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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 |