From 3ca5f878d70c27eb0246e332d99a94d53fe7ab96 Mon Sep 17 00:00:00 2001 From: Sandeep Gupta Date: Tue, 17 Oct 2017 10:34:08 -0700 Subject: [PATCH] Adding various badges --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ca316cf..4b7dfc9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # colors +[![Build Status](https://travis-ci.org/sangupta/colors.svg?branch=master)](https://travis-ci.org/sangupta/colors) +[![Coverage Status](https://coveralls.io/repos/sangupta/colors/badge.png)](https://coveralls.io/r/sangupta/colors) +[![Maven Version](https://maven-badges.herokuapp.com/maven-central/com.sangupta/colors/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.sangupta/colors) + Strongly-typed immutable color-models and utility conversion functions in Java. The code is based on the formulae as described on the respective Wikipedia articles and other sites that host details on color models. References to the same are mentioned at various places all over