Make build status badge only apply to master branch.
This commit is contained in:
parent
7b68a4a09a
commit
e762b3d132
|
@ -1,7 +1,7 @@
|
|||
go-spew
|
||||
=======
|
||||
|
||||
[![Build Status](https://travis-ci.org/davecgh/go-spew.png)]
|
||||
[![Build Status](https://travis-ci.org/davecgh/go-spew.png?branch=master)]
|
||||
(https://travis-ci.org/davecgh/go-spew)
|
||||
|
||||
Go-spew implements a deep pretty printer for Go data structures to aid in
|
||||
|
|
Loading…
Reference in New Issue