From a41d9d39ca9a4ca1a2719c441c88e209ffc511f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20=C5=BDivanovi=C4=87?= Date: Wed, 11 Mar 2015 11:15:34 +0100 Subject: [PATCH] Add travis build status indication. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e64f76..ec0455e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -sss +[![Build Status](https://travis-ci.org/zmarko/sss.svg?branch=master)](https://travis-ci.org/zmarko/sss) + +sss === This library contains Java implementation of the [Shamir's Secret Sharing](http://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing) algorithm. @@ -14,3 +16,4 @@ Artifacts are available in Maven Central repository at the following coordinates sss 1.0.0 +