From ab46b99f5b61c12bf7ee66512f879694dfae8172 Mon Sep 17 00:00:00 2001 From: mbohlool Date: Fri, 18 Nov 2016 10:07:36 -0800 Subject: [PATCH] Add build badge to README file --- README.md | 2 ++ README.prefix | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index b7ede9b12..4f366bf87 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Kubernetes Python Client +[![Build Status](https://travis-ci.org/kubernetes-incubator/client-python.svg?branch=master)](https://travis-ci.org/kubernetes-incubator/client-python) + Python clients for talking to a [kubernetes](http://kubernetes.io/) cluster. ## Example diff --git a/README.prefix b/README.prefix index 5b7a967dc..03987d5eb 100644 --- a/README.prefix +++ b/README.prefix @@ -1,5 +1,7 @@ # Kubernetes Python Client +[![Build Status](https://travis-ci.org/kubernetes-incubator/client-python.svg?branch=master)](https://travis-ci.org/kubernetes-incubator/client-python) + Python clients for talking to a [kubernetes](http://kubernetes.io/) cluster. ## Example