From f55d397a316fe171b8237de9d2cb7ddb7540758d Mon Sep 17 00:00:00 2001 From: Konstantin Pogorelov Date: Mon, 24 Dec 2018 12:50:25 +0100 Subject: [PATCH] disable notifications in travis-ci --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index fc59c5b..d8b3fec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,7 @@ node_js: - "6" - "8" - "10" +notifications: + email: false before_install: - npm install prom-client