From b753f3b72cfec04aa99044a3516776b7dbb21215 Mon Sep 17 00:00:00 2001 From: Paul Lietar Date: Fri, 6 May 2016 20:23:26 +0100 Subject: [PATCH] travis: disable email notifications --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0d98f8f..68a444a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,3 +29,6 @@ script: - if [[ $TRAVIS_RUST_VERSION == *"nightly"* ]]; then cargo build --no-default-features; fi + +notifications: + email: false