From 7cad0e06f9ff6e04f5ffa9e468c4bdae6b7eb629 Mon Sep 17 00:00:00 2001 From: wangqr Date: Mon, 9 Mar 2020 20:01:24 -0400 Subject: [PATCH] Remove redundant email notification --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index af96b9bcd..a8ed231de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -76,9 +76,3 @@ script: make -j2 || travis_terminate 1; make test || travis_terminate 1; fi - -notifications: - email: - - on_success: change - - on_failure: change -