From 79affe971d154cbf43597a10a78891c35e8ecc12 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 5 Jan 2015 23:33:12 +0530 Subject: [PATCH] Disable email notifications in Travis. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4d2850f..fcc2a02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,5 @@ script: ./.travis.sh env: - TARGET=host - TARGET=arm32 +notifications: + email: false