2016-06-05 13:50:27 -04:00
|
|
|
# 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.
|
|
|
|
|
2015-04-08 14:36:36 -04:00
|
|
|
language: java
|
2015-07-24 08:40:10 -04:00
|
|
|
sudo: false
|
2015-04-08 14:36:36 -04:00
|
|
|
|
|
|
|
jdk:
|
|
|
|
- openjdk7
|
2016-11-26 00:44:05 -05:00
|
|
|
- oraclejdk7
|
2015-04-08 15:00:07 -04:00
|
|
|
- oraclejdk8
|
2015-04-08 14:36:36 -04:00
|
|
|
|
2017-03-05 11:03:01 -05:00
|
|
|
script:
|
2017-03-19 05:41:33 -04:00
|
|
|
- mvn test apache-rat:check clirr:check checkstyle:check javadoc:javadoc -B
|
2017-03-05 11:03:01 -05:00
|
|
|
|
2015-04-08 14:36:36 -04:00
|
|
|
after_success:
|
2017-03-12 13:07:19 -04:00
|
|
|
- mvn clean cobertura:cobertura coveralls:report
|