Add travis build status indication.

This commit is contained in:
Marko Živanović
2015-03-11 11:15:34 +01:00
parent b249b85e4a
commit a41d9d39ca
+4 -1
View File
@@ -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
<artifactId>sss</artifactId>
<version>1.0.0</version>
</dependency>