From 354f31fd6d0d78752cad90d00d28435eb7f447e1 Mon Sep 17 00:00:00 2001 From: GaryJones Date: Tue, 4 Dec 2012 02:12:35 +0000 Subject: [PATCH] Stop emails from Travis notifications. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e771fbf..82705c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,5 @@ before_script: - vendor/phpunit/phpunit/composer/bin/phpunit notifications: - irc: "irc.freenode.org#garyj" \ No newline at end of file + irc: "irc.freenode.org#garyj" + email: false \ No newline at end of file