You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2017/07/20 03:17:33 UTC

incubator-griffin git commit: add ci

Repository: incubator-griffin
Updated Branches:
  refs/heads/master fd84be822 -> 978c22ec1


add ci

Author: William Guo <gu...@icloud.com>

Closes #108 from guoyuepeng/enableCI.


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

Branch: refs/heads/master
Commit: 978c22ec1b82208fe0261b5cd0d5352ee5d2fc26
Parents: fd84be8
Author: William Guo <gu...@icloud.com>
Authored: Thu Jul 20 11:17:17 2017 +0800
Committer: William Guo <gu...@icloud.com>
Committed: Thu Jul 20 11:17:17 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/978c22ec/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..8001116
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,20 @@
+# 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 scala
+jdk:
+  - oraclejdk8
+scala:
+  - 2.10.6
+
+script: mvn clean verify