From 28abb1388777d17dd052629989991645a357bab3 Mon Sep 17 00:00:00 2001 From: Kylart Date: Fri, 14 Jun 2019 14:29:47 +0200 Subject: [PATCH] Removed email notifictions --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 620eb24..8bbfbd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,4 +47,7 @@ jobs: - npm run publish:linux on: branch: master - condition: $TRAVIS_BRANCH = master \ No newline at end of file + condition: $TRAVIS_BRANCH = master + +notifications: + email: false \ No newline at end of file