From 7d21697d7868d770a256b3e5a15699dc95de624a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Mon, 2 Feb 2015 04:49:23 +0100 Subject: [PATCH] chore(travis): correctly disable email notifications --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4eb767f2..20246056 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ cache: directories: - node_modules notifications: - emails: false + email: false deploy: provider: npm email: stephan@boennemann.me