From c408fa1be829d4952fff2f0dc9a3a0c8b9362f07 Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Mon, 3 Nov 2014 17:48:50 -0800 Subject: [PATCH] Switch travis status to drone. Docker-DCO-1.1-Signed-off-by: Jessica Frazelle (github: jfrazelle) Upstream-commit: 4b4b88a8730b459944b0b0ab51adc7d401c87667 Component: engine --- components/engine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/README.md b/components/engine/README.md index 857cd3c70a..2d143a6d6e 100644 --- a/components/engine/README.md +++ b/components/engine/README.md @@ -178,7 +178,7 @@ Contributing to Docker ====================== [![GoDoc](https://godoc.org/github.com/docker/docker?status.png)](https://godoc.org/github.com/docker/docker) -[![Travis](https://travis-ci.org/docker/docker.svg?branch=master)](https://travis-ci.org/docker/docker) +[![Build Status](https://ci.dockerproject.com/github.com/docker/docker/status.svg?branch=master)](https://ci.dockerproject.com/github.com/docker/docker) Want to hack on Docker? Awesome! There are instructions to get you started [here](CONTRIBUTING.md).