From 9353befd90431c4a2c116451a217cc8960319df3 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Fri, 30 Oct 2015 13:55:50 -0700 Subject: [PATCH] fixed badge color [CI SKIP] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e029a3f..c139ee21 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Build Status](http://beta.drone.io/api/badges/drone/drone/status.svg)](http://beta.drone.io/drone/drone) -![Release Status](https://img.shields.io/badge/status-beta-orange.svg?style=flat) +![Release Status](https://img.shields.io/badge/status-beta-yellow.svg?style=flat) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/drone/drone?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) Drone is a Continuous Integration platform built on container technology. Every build is executed inside an ephemeral Docker container, giving developers complete control over their build environment with guaranteed isolation.