From ce9bfa6fe20c0560fae3a128705b1f4deaeb7624 Mon Sep 17 00:00:00 2001 From: Torjus Iveland Date: Tue, 8 Aug 2017 15:52:42 +0200 Subject: [PATCH] chore: No emails from Travis --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index e6a2317..3912e3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,6 @@ before_script: script: - "yarn lint" - "yarn test" + +notifications: + email: false