From 1f053cbb6b63e21b9751aaf97af2a3bda83dfa92 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Thu, 5 May 2016 09:46:59 -0700 Subject: [PATCH] stop bothering me travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 02db428..0456315 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,6 @@ language: node_js node_js: - "4" - "4.3" -after_success: npm run coverage \ No newline at end of file +notifications: + email: false +after_success: npm run coverage