Browse Source

Make build status badge only apply to master branch.

Dave Collins 12 years ago
parent
commit
e762b3d132
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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