From ba7ddbc015810cfb821e788c13a7f6c5c84708fc Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 6 Aug 2013 18:47:02 -0700 Subject: [PATCH] feat(README): add a travis badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85b113cbc..a0f70ffbb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # etcd +[![Build Status](https://travis-ci.org/coreos/etcd.png)](https://travis-ci.org/coreos/etcd) + A highly-available key value store for shared configuration and service discovery. etcd is inspired by zookeeper and doozer, with a focus on: * Simple: curl'able user facing API (HTTP+JSON)