From 519292114fd2294f9a09b4674010a8c98bb89b5c Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 9 Aug 2016 12:51:30 -0400 Subject: [PATCH] travis: Disable email notifications I'm getting spammed. We'll see the results in the status. Closes: #450 Approved by: jlebon --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8b57f413..8594ff78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,3 +11,6 @@ env: script: - tests/ci-install.sh - ci_parallel=2 ci_sudo=yes tests/ci-build.sh + +notifications: + email: false