Procházet zdrojové kódy

Make build status badge only apply to master branch.

Dave Collins před 12 roky
rodič
revize
e762b3d132
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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