From 15ab38f0686b66ead28910b189f31215d9511fe2 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Thu, 10 Nov 2016 09:53:11 +0000 Subject: [PATCH] Show master status, not latest build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 761e59061..6924abf29 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CoreDNS [![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/miekg/coredns) - [![Build Status](https://img.shields.io/travis/miekg/coredns.svg?style=flat-square&label=build)](https://travis-ci.org/miekg/coredns) + [![Build Status](https://img.shields.io/travis/miekg/coredns.svg?style=flat-square&label=build?branch=master)](https://travis-ci.org/miekg/coredns) CoreDNS is a DNS server that started as a fork of [Caddy](https://github.com/mholt/caddy/). It has the same model: it chains middleware. In fact it's so similar that CoreDNS is now a server type plugin for