From a5f4349d7abe24db45f9a0b650d18b2d6dd0e319 Mon Sep 17 00:00:00 2001 From: Tsukasa OMOTO Date: Fri, 26 Jan 2018 11:44:09 +0900 Subject: [PATCH] Update .travis.yml (#14) Configuring email notifications https://docs.travis-ci.com/user/notifications/#Configuring-email-notifications --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 54790cf..6e99f8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,8 @@ install: - pip install -e .[tests] script: - pytest +# https://docs.travis-ci.com/user/notifications/#Configuring-email-notifications +notifications: + email: + on_success: never + on_failure: always