From cbcaaf8bc43ca0e3dba939266be0da8d264a5858 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@keylocation.sg>
Date: Thu, 23 Nov 2017 13:11:45 +0100
Subject: [PATCH] chore: disable travis notifications (#1228)

---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 4c0753d420..a2dc0ebcfa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,5 @@
+notifications:
+  email: false
 
 language: node_js
 
-- 
GitLab