From fae2387be8df4d310171dfd396549e81ca0c5543 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Fri, 12 Jan 2018 00:04:02 +0200 Subject: [PATCH] ci(travis): no email notifications --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a3c58d35ec..52694032c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,5 @@ install: - pnpm install script: - npm test +notifications: + email: false