From dce638345707882a6dbd4fec9f1c610be3314c9d Mon Sep 17 00:00:00 2001 From: Rohan Singh Date: Mon, 10 Nov 2014 11:49:18 -0500 Subject: [PATCH] README: Switch to CircleCI build status badge We don't use TravisCI for regular builds anymore. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 52ac25054..dacbd362b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ -Helios +Helios [![Circle CI](https://circleci.com/gh/spotify/helios.png?style=badge)](https://circleci.com/gh/spotify/helios) ====== -[![Build Status](https://travis-ci.org/spotify/helios.svg?branch=master)](https://travis-ci.org/spotify/helios) - Helios is a Docker orchestration platform for deploying and managing containers across an entire fleet. @@ -231,4 +229,4 @@ order): * Run once jobs -- for batch jobs * Resource specification and enforcement -- That is: restrict my container to *X* MB of RAM, *X* CPUs, and *X* MB disk and perhaps other things like IOPs, network bandwidth, etc. * Dynamic scheduling of jobs -- either within Helios itself or as a layer on top -* Packaging/Config for other Linux OS's like RedHat, CoreOS, etc. \ No newline at end of file +* Packaging/Config for other Linux OS's like RedHat, CoreOS, etc.