From 7fa4f1f8a4cd90df59cd8e3a46958c822abe457e Mon Sep 17 00:00:00 2001 From: Mark Sch Date: Wed, 5 Feb 2020 16:00:43 +0100 Subject: [PATCH] Keep email notification false just in case. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b25744d4..9636b9f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,3 +77,6 @@ script: after_success: - if [[ $CODECOVERAGE == 1 ]]; then bash <(curl -s https://codecov.io/bash); fi + +notifications: + email: false