From 49711d0d74d5f3e8b7f09245f8cb0c2995830675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szak=C3=A1ts=20Viktor?= Date: Fri, 22 Mar 2013 12:48:11 +0100 Subject: [PATCH] travis: disabled e-mail notifications docs here: http://about.travis-ci.org/docs/user/notifications/ --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3656e67972..ae04086d43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,5 @@ compiler: gcc script: make before_install: - sudo apt-get install -qq libmagic-dev +notifications: + email: false