You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemall.apache.org by my...@apache.org on 2016/12/01 05:25:31 UTC

[07/50] [abbrv] incubator-hivemall git commit: Re-enabled xgboost to avoid TravisCI error

Re-enabled xgboost to avoid TravisCI error

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

Branch: refs/heads/master
Commit: 34c2b0b38b5cfd9044af60301b9875fd1601eeb9
Parents: eee7930
Author: myui <yu...@gmail.com>
Authored: Sun Oct 23 04:34:16 2016 +0900
Committer: myui <yu...@gmail.com>
Committed: Sun Oct 23 04:34:16 2016 +0900

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/34c2b0b3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 265ed67..82496cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,7 +206,7 @@
 	<modules>
 		<module>core</module>
 		<module>nlp</module>
-		<!--<module>xgboost</module>-->
+		<module>xgboost</module>
 		<module>mixserv</module>
 	</modules>