You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/09/13 15:46:11 UTC

kylin git commit: minor: enable mail notification for build fail

Repository: kylin
Updated Branches:
  refs/heads/master 823d98af7 -> 617734be4


minor: enable mail notification for build fail

Signed-off-by: lidongsjtu <li...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/617734be
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/617734be
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/617734be

Branch: refs/heads/master
Commit: 617734be4d9259b511c84abfa23870c4a235c816
Parents: 823d98a
Author: Yiming Liu <li...@gmail.com>
Authored: Tue Sep 13 23:39:26 2016 +0800
Committer: lidongsjtu <li...@apache.org>
Committed: Tue Sep 13 23:45:24 2016 +0800

----------------------------------------------------------------------
 .travis.yml | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/617734be/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 16ba4c1..5ca9d74 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,4 @@
 # Configuration file for Travis continuous integration.
-# See https://travis-ci.org/apache/calcite
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
@@ -20,13 +19,13 @@ language: java
 
 jdk:
   - oraclejdk7
+  - oraclejdk8
 
-#notification:
-#  email:
-#    recipients:
-#      - XXX@apache.org
-#    on_success: always
-#    on_failure: always
+notification:
+  email:
+    recipients:
+      - dev@kylin.apache.org
+    on_failure: always
 
 #branches:
 #  only: