From dcb754f3d45e1b4a450fb2a5c2a90e3a3e1ff95a Mon Sep 17 00:00:00 2001 From: Ross Kinder Date: Tue, 6 Oct 2015 10:25:22 -0400 Subject: [PATCH] Update README.md with travis and godoc buttons --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf96811..221ef31 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # go-xmlsec +[![Build Status](https://travis-ci.org/crewjam/go-xmlsec.svg?branch=master)](https://travis-ci.org/crewjam/go-xmlsec) + +[![](https://godoc.org/github.com/crewjam/go-xmlsec?status.png)](http://godoc.org/github.com/crewjam/go-xmlsec) + A (partial) wrapper for [xmlsec](https://www.aleksey.com/xmlsec). ## Signing Example @@ -16,4 +20,4 @@ A (partial) wrapper for [xmlsec](https://www.aleksey.com/xmlsec). err := xmldsig.Verify(key, doc) if err == xmldsig.ErrVerificationFailed { os.Exit(1) - } \ No newline at end of file + }