Repository: bahir Updated Branches: refs/heads/master 6ea42a896 -> 70f6ba0e4
[BAHIR-163] Enable builds using Travis CI Project: http://git-wip-us.apache.org/repos/asf/bahir/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/70f6ba0e Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/70f6ba0e Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/70f6ba0e Branch: refs/heads/master Commit: 70f6ba0e4430d0e0773b815c52f4a256e30e0234 Parents: 6ea42a8 Author: Luciano Resende <[email protected]> Authored: Wed Apr 25 11:49:20 2018 -0700 Committer: Luciano Resende <[email protected]> Committed: Wed Apr 25 11:49:20 2018 -0700 ---------------------------------------------------------------------- .travis.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir/blob/70f6ba0e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..cb6ce47 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,25 @@ +# +# 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 + +jdk: + - openjdk8 + - oraclejdk8 + +script: + - mvn -Pdistribution clean install
