Repository: commons-numbers Updated Branches: refs/heads/multimodule b026db1bd -> 69d3b6231
Enable Travis CI. Project: http://git-wip-us.apache.org/repos/asf/commons-numbers/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-numbers/commit/69d3b623 Tree: http://git-wip-us.apache.org/repos/asf/commons-numbers/tree/69d3b623 Diff: http://git-wip-us.apache.org/repos/asf/commons-numbers/diff/69d3b623 Branch: refs/heads/multimodule Commit: 69d3b623149d99893755bc7cafce9d8708cbbf58 Parents: b026db1 Author: Gilles Sadowski <[email protected]> Authored: Thu Jan 19 01:03:04 2017 +0100 Committer: Gilles Sadowski <[email protected]> Committed: Thu Jan 19 01:03:04 2017 +0100 ---------------------------------------------------------------------- .travis.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-numbers/blob/69d3b623/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9db916b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,24 @@ +# 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 +sudo: false + +jdk: + - openjdk7 + - oraclejdk8 + +after_success: + - mvn clean test pmd:pmd findbugs:findbugs checkstyle:checkstyle jacoco:report coveralls:report
