From 3befe47e6c80b97ab6863a5fe1b6a611003a5ab0 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Sun, 24 Jul 2016 20:16:40 -0400 Subject: [PATCH] Add build status to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ec77b5..bfd948f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # pkcs7 [![GoDoc](https://godoc.org/github.com/fullsailor/pkcs7?status.svg)](https://godoc.org/github.com/fullsailor/pkcs7) +[![Build Status](https://travis-ci.org/fullsailor/pkcs7.svg?branch=master)](https://travis-ci.org/fullsailor/pkcs7) pkcs7 implements parsing and creating signed and enveloped messages.