Repository: bahir-flink Updated Branches: refs/heads/master ab6723dc4 -> b2955a749
[BAHIR-54] Add .travis.yml file Project: http://git-wip-us.apache.org/repos/asf/bahir-flink/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-flink/commit/d718de7e Tree: http://git-wip-us.apache.org/repos/asf/bahir-flink/tree/d718de7e Diff: http://git-wip-us.apache.org/repos/asf/bahir-flink/diff/d718de7e Branch: refs/heads/master Commit: d718de7e6b903b6aa15d8b0a4c910ec6a61cf482 Parents: ab6723d Author: Robert Metzger <[email protected]> Authored: Fri Aug 19 10:33:11 2016 +0200 Committer: Luciano Resende <[email protected]> Committed: Fri Aug 19 19:07:48 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-flink/blob/d718de7e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0d123c4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,31 @@ +# +# 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 + +env: + - FLINK_VERSION="1.0.3" + - FLINK_VERSION="1.1.1" + +jdk: + - oraclejdk8 + - oraclejdk7 + - openjdk7 + + + +script: mvn clean verify -Dflink.version=$FLINK_VERSION \ No newline at end of file
