From 76136a3ed39333583d74fd9d548a24e98181707a Mon Sep 17 00:00:00 2001 From: Adam Dunkels Date: Thu, 10 Jan 2013 08:16:20 +0100 Subject: [PATCH] Removed email notifications Added a notifications: clause to turn off email notifications, which are otherwise enabled by default. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b4843a76c..a74e5f01a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +notifications: + email: false language: c #NOTE: this will set CC=gcc which might cause trouble before_script: - "sudo apt-get -qq update"