Author: ggregory
Date: Thu Dec  8 22:13:35 2016
New Revision: 1773305

URL: http://svn.apache.org/viewvc?rev=1773305&view=rev
Log:
Add Travis CI configuration file. Add Badges.

Added:
    commons/proper/commons-build-plugin/trunk/.travis.yml
Modified:
    commons/proper/commons-build-plugin/trunk/README.md

Added: commons/proper/commons-build-plugin/trunk/.travis.yml
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/.travis.yml?rev=1773305&view=auto
==============================================================================
--- commons/proper/commons-build-plugin/trunk/.travis.yml (added)
+++ commons/proper/commons-build-plugin/trunk/.travis.yml Thu Dec  8 22:13:35 
2016
@@ -0,0 +1,22 @@
+# 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
+  - oraclejdk7
+  - oraclejdk8

Modified: commons/proper/commons-build-plugin/trunk/README.md
URL: 
http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/README.md?rev=1773305&r1=1773304&r2=1773305&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/README.md (original)
+++ commons/proper/commons-build-plugin/trunk/README.md Thu Dec  8 22:13:35 2016
@@ -52,6 +52,10 @@ More information can be found on the [ho
 The 
[JavaDoc](https://commons.apache.org/proper/commons-commons-build-plugin/javadocs/api-release)
 can be browsed.
 Questions related to the usage of Apache Commons Build Plugin Maven Mojo 
should be posted to the [user mailing list][ml].
 
+[![Build 
Status](https://travis-ci.org/apache/commons-build-plugin.svg?branch=master)](https://travis-ci.org/apache/commons-build-plugin)
+[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-build-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-build-plugin)
+[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
+
 Where can I get the latest release?
 -----------------------------------
 You can download source and binaries from our [download 
page](https://commons.apache.org/proper/commons-commons-build-plugin/download_commons-build-plugin.cgi).


Reply via email to