From 932161c346aedbd12750d237357b475ac3a87aaa Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Fri, 24 Aug 2018 09:09:34 -0400 Subject: [PATCH] Update .travis.yml don't send emails on a successful build --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 08e44d5..cf7d26f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,3 +28,6 @@ after_success: | matrix: allow_failures: - rust: nightly +notifications: + email: + on_success: never