From 02033f3815b7302240de765fd907b9f3715c6415 Mon Sep 17 00:00:00 2001 From: Coda Hale Date: Fri, 6 Sep 2013 17:31:39 -0700 Subject: [PATCH] Added build status to the readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2417d45..cf5ba5f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ rfc6979 ======= +[![Build Status](https://travis-ci.org/codahale/rfc6979.png?branch=master)](https://travis-ci.org/codahale/rfc6979) + A Go implementation of [RFC 6979](https://tools.ietf.org/html/rfc6979)'s deterministic DSA/ECDSA signature scheme.