From 50fcfaf736d1836af620ff104e7ebbceaa18ed22 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 15 Jul 2018 19:59:17 +0200 Subject: [PATCH] Disable email notification on success --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 363e1bc..47c1571 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,10 @@ cache: directories: - ./target/ +notifications: + email: + on_success: never + before_deploy: - ./ci/before_deploy.sh