From 9595b7b0242100acd45741c7c90bd0459e0c6415 Mon Sep 17 00:00:00 2001 From: alalazo Date: Fri, 10 Feb 2017 16:26:26 +0100 Subject: [PATCH] travis: remove e-mail notifications for our local develop --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2bf21d0e57a1b8..dc080d682b1da8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,12 +103,3 @@ script: share/spack/qa/run-$TEST_SUITE-tests after_success: - codecov --env PY_VERSION - -#============================================================================= -# Notifications -#============================================================================= -notifications: - email: - recipients: tgamblin@llnl.gov - on_success: change - on_failure: always