From dbe6cc76f9da188d0a9f6ba65644c43f373dffad Mon Sep 17 00:00:00 2001 From: Jeff Hodges Date: Wed, 28 Jan 2015 15:07:32 -0800 Subject: [PATCH] branch is not actually desirable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be5cfcc2b..fa96d91ea 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Boulder - An ACME CA This is an initial implementation of an ACME-based CA. The [ACME protocol](https://github.com/letsencrypt/acme-spec/) allows the CA to automatically verify that an applicant for a certificate actually controls an identifier, and allows domain holders to issue and revoke certificates for their domains. -[![Build Status](https://travis-ci.org/letsencrypt/boulder.svg?branch=master)](https://travis-ci.org/letsencrypt/boulder) +[![Build Status](https://travis-ci.org/letsencrypt/boulder.svg)](https://travis-ci.org/letsencrypt/boulder) Quickstart ----------