Sfoglia il codice sorgente

Add build status to readmes

Evan Huus 11 anni fa
parent
commit
b89f64cc19
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 1 0
      breaker/README.md
  2. 1 0
      semaphore/README.md

+ 1 - 0
breaker/README.md

@@ -1,6 +1,7 @@
 circuit-breaker
 ===============
 
+[![Build Status](https://travis-ci.org/eapache/go-resiliency.svg?branch=master)](https://travis-ci.org/eapache/go-resiliency)
 [![GoDoc](https://godoc.org/github.com/eapache/go-resiliency/breaker?status.svg)](https://godoc.org/github.com/eapache/go-resiliency/breaker)
 
 The circuit-breaker resiliency pattern for golang.

+ 1 - 0
semaphore/README.md

@@ -1,6 +1,7 @@
 semaphore
 =========
 
+[![Build Status](https://travis-ci.org/eapache/go-resiliency.svg?branch=master)](https://travis-ci.org/eapache/go-resiliency)
 [![GoDoc](https://godoc.org/github.com/eapache/go-resiliency/semaphore?status.svg)](https://godoc.org/github.com/eapache/go-resiliency/semaphore)
 
 The semaphore resiliency pattern for golang.