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