From d0b4c5fef7bba8865ac210b7a5ad089ddc419bdb Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sat, 3 Jun 2017 10:33:56 -0400 Subject: [PATCH] Disable travis email notifications. Travis checks on nixpkgs are a waste of time, if people insist on keeping them they can at least not spam our inboxes --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2bd784ed30a..a83e0c5c495 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,3 @@ matrix: env: global: - GITHUB_TOKEN=5edaaf1017f691ed34e7f80878f8f5fbd071603f - -notifications: - email: - on_success: never - on_failure: change