You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by ma...@apache.org on 2015/11/23 19:49:19 UTC

incubator-reef git commit: [REEF-1007] Disable notification emails from Travis CI build script

Repository: incubator-reef
Updated Branches:
  refs/heads/master b0722e480 -> e3352ea2d


[REEF-1007] Disable notification emails from Travis CI build script

Before this change Travis used invalid email, so there is no behavior change.

JIRA:
  [REEF-1007](https://issues.apache.org/jira/browse/REEF-1007)

Pull Request:
  This closes #672


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/e3352ea2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/e3352ea2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/e3352ea2

Branch: refs/heads/master
Commit: e3352ea2d193f8d259a582b654b9298150d7b5fd
Parents: b0722e4
Author: Dongjoon Hyun <do...@apache.org>
Authored: Sun Nov 22 20:40:53 2015 +0900
Committer: Mariia Mykhailova <ma...@apache.org>
Committed: Mon Nov 23 10:48:45 2015 -0800

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/e3352ea2/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 52f9169..c63b7f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ cache:
 
 notifications:
   email:
-  - issues@reef.incubator.apache.org
+  - false
 
 install: ./dev/travis-install-dependencies.sh