From 6bc98775719ea12598aeaad0736cd9147c3d69b2 Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Thu, 19 Apr 2018 13:27:37 -0700 Subject: [PATCH] chore(CI): disable email notifications (#2412) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6f768192..18666fa8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ addons: packages: # This is required to run new chrome on old trusty - libnss3 +notifications: + email: false cache: directories: - node_modules