Browse Source

Add build status and godoc to top-level makefile

Evan Huus 11 years ago
parent
commit
87d926d4a3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -1,6 +1,9 @@
 go-resiliency
 =============
 
+[![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?status.svg)](https://godoc.org/github.com/eapache/go-resiliency)
+
 Resiliency patterns for golang. Currently implemented are:
 - circuit-breaker pattern (in the `breaker` directory)
 - semaphore pattern (in the `semaphore` directory)