From f85df8d02bdf497eea1b176c7a52bac31ec62aac Mon Sep 17 00:00:00 2001 From: Jaime Pillora Date: Wed, 2 Mar 2016 10:05:12 +1100 Subject: [PATCH] Enabled CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3f1afa..19857b7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple backoff algorithm in Go (Golang) -[![GoDoc](https://godoc.org/github.com/jpillora/backoff?status.svg)](https://godoc.org/github.com/jpillora/backoff) +[![GoDoc](https://godoc.org/github.com/jpillora/backoff?status.svg)](https://godoc.org/github.com/jpillora/backoff) [![Circle CI](https://circleci.com/gh/jpillora/backoff.svg?style=shield)](https://circleci.com/gh/jpillora/backoff) ### Install