Repository: incubator-griffin Updated Branches: refs/heads/master 8d1707faa -> 6e03314fa
add ci Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/ad858d9f Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/ad858d9f Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/ad858d9f Branch: refs/heads/master Commit: ad858d9f1947accf5e167a70b332a51e1f1d5246 Parents: fd84be8 Author: William Guo <[email protected]> Authored: Thu Jul 20 11:14:18 2017 +0800 Committer: William Guo <[email protected]> Committed: Thu Jul 20 11:14:18 2017 +0800 ---------------------------------------------------------------------- .travis.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/ad858d9f/.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
