From ba7fe835ce990977997bfc6b6c914d235d9ae72f Mon Sep 17 00:00:00 2001 From: brendandburns Date: Thu, 19 Jun 2014 21:59:40 -0700 Subject: [PATCH] Add a travis build image. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 49907fce444..4f9f6046839 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ Kubernetes is an open source implementation of container cluster management. [Kubernetes Design Document](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/DESIGN.md) + [![GoDoc](https://godoc.org/github.com/GoogleCloudPlatform/kubernetes?status.png)](https://godoc.org/github.com/GoogleCloudPlatform/kubernetes) +[![Travis](https://travis-ci.org/GoogleCloudPlatform/kubernetes.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/kubernetes) ## Kubernetes can run anywhere! However, initial development was done on GCE and so our instructions and scripts are built around that. If you make it work on other infrastructure please let us know and contribute instructions/code.