You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2016/12/07 04:06:54 UTC

[1/2] incubator-carbondata git commit: Enabled travis CI

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master dc567615d -> ac4575536


Enabled travis CI

Added license and style


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

Branch: refs/heads/master
Commit: 8ade2f3b47ea02c4260ecf20fc6427ca6a66ae1b
Parents: dc56761
Author: ravipesala <ra...@gmail.com>
Authored: Wed Dec 7 00:36:25 2016 +0530
Committer: chenliang613 <ch...@apache.org>
Committed: Wed Dec 7 12:05:07 2016 +0800

----------------------------------------------------------------------
 .travis.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/8ade2f3b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..71cc4d6
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+language: java
+script: mvn -U clean scalastyle:check checkstyle:check -Pspark-2.0 test
\ No newline at end of file


[2/2] incubator-carbondata git commit: Enabled travis CI This closes #407

Posted by ch...@apache.org.
Enabled travis CI This closes #407


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

Branch: refs/heads/master
Commit: ac457553676fbeb7a633a1c22bd3badb2492b0ff
Parents: dc56761 8ade2f3
Author: chenliang613 <ch...@apache.org>
Authored: Wed Dec 7 12:06:34 2016 +0800
Committer: chenliang613 <ch...@apache.org>
Committed: Wed Dec 7 12:06:34 2016 +0800

----------------------------------------------------------------------
 .travis.yml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------