From f584b1502ed30edbbd371414364a86d7b7f6c5f4 Mon Sep 17 00:00:00 2001 From: n8225 Date: Fri, 16 Dec 2016 18:32:06 -0600 Subject: [PATCH] turn off emails --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 567fe850..8876fd5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,3 +15,6 @@ script: - node test.js temp.md - awesome_bot temp.md --allow-redirect --allow-ssl - danger --verbose + +notifications: + email: false