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 23:18:08 UTC

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

Repository: incubator-reef
Updated Branches:
  refs/heads/master fdc84ebd5 -> 095c3c6d6


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

This change uses correct syntax to disable notifications.

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

Pull Request:
  This closes #680


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

Branch: refs/heads/master
Commit: 095c3c6d6e66e4918dbab9c265c4428d571279dc
Parents: fdc84eb
Author: Dongjoon Hyun <do...@apache.org>
Authored: Tue Nov 24 04:37:49 2015 +0900
Committer: Mariia Mykhailova <ma...@apache.org>
Committed: Mon Nov 23 14:17:12 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/095c3c6d/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index c63b7f8..ef44fc3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,8 +32,7 @@ cache:
   - $HOME/local
 
 notifications:
-  email:
-  - false
+  email: false
 
 install: ./dev/travis-install-dependencies.sh