From 24b46cb91bd3efc64f5407a4ff6cbfc6ad0dee7b Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 17 May 2017 11:26:19 -0700 Subject: [PATCH] Add travis build status & godoc badges to README Signed-off-by: Ahmet Alp Balkan --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8d080a76..48fe02fa 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ We currently recommend using the v2.0.0 tag. See [INSTALL.md](/INSTALL.md) for detailed installation instructions. `go get k8s.io/client-go/...` works, but will give you head and doesn't handle the dependencies well. +[![Build Status](https://travis-ci.org/kubernetes/client-go.svg?branch=master)](https://travis-ci.org/kubernetes/client-go) +[![GoDoc](https://godoc.org/k8s.io/client-go?status.svg)](https://godoc.org/k8s.io/client-go) + ## Table of Contents - [What's included](#whats-included)