From 13f605c58ec9a3929a181ee919688ac0aab789c4 Mon Sep 17 00:00:00 2001 From: Hardy Jones Date: Tue, 27 Mar 2018 15:13:34 -0700 Subject: [PATCH] Turn off email notifications --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index c28594a7..0319bd68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,3 +33,6 @@ script: - elm-format --validate src tests styleguide-app - elm test - cd styleguide-app && elm-make Main.elm --yes --output=elm.js + +notifications: + email: false