Repository: commons-csv Updated Branches: refs/heads/master fbc11c2e3 -> acea0dae6
Add badges. Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/acea0dae Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/acea0dae Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/acea0dae Branch: refs/heads/master Commit: acea0dae68fa616b849983e65257978dd0e913fa Parents: fbc11c2 Author: Gary Gregory <ggreg...@apache.org> Authored: Fri Nov 18 20:34:41 2016 -0800 Committer: Gary Gregory <ggreg...@apache.org> Committed: Fri Nov 18 20:34:41 2016 -0800 ---------------------------------------------------------------------- .travis.yml | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/acea0dae/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c1335bd..c2fac09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ sudo: false jdk: - openjdk7 + - oraclejdk7 - oraclejdk8 after_success: http://git-wip-us.apache.org/repos/asf/commons-csv/blob/acea0dae/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1ea97bb..574a7bb 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,11 @@ Apache Commons CSV The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types. +[](https://travis-ci.org/apache/commons-csv) +[](https://coveralls.io/r/apache/commons-csv) +[](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/) +[](http://www.apache.org/licenses/LICENSE-2.0.html) + Documentation -------------