Skip to content

Commit acea0da

Browse files
committed
Add badges.
1 parent fbc11c2 commit acea0da

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ sudo: false
1818

1919
jdk:
2020
- openjdk7
21+
- oraclejdk7
2122
- oraclejdk8
2223

2324
after_success:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ Apache Commons CSV
4646
The Apache Commons CSV library provides a simple interface for reading and writing
4747
CSV files of various types.
4848

49+
[![Build Status](https://travis-ci.org/apache/commons-csv.svg?branch=master)](https://travis-ci.org/apache/commons-csv)
50+
[![Coverage Status](https://coveralls.io/repos/apache/commons-csv/badge.svg?branch=master)](https://coveralls.io/r/apache/commons-csv)
51+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/)
52+
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
53+
4954
Documentation
5055
-------------
5156

0 commit comments

Comments
 (0)