From 768b0490e2330b9cd784b0ae877a553b217251c6 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sat, 22 Jun 2019 13:43:39 +0300 Subject: [PATCH] Show CircleCI build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8540500b..7dc11978 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # flagger -[![build](https://travis-ci.org/weaveworks/flagger.svg?branch=master)](https://travis-ci.org/weaveworks/flagger) +[![build](https://img.shields.io/circleci/build/github/weaveworks/flagger/master.svg)](https://circleci.com/gh/weaveworks/flagger) [![report](https://goreportcard.com/badge/github.com/weaveworks/flagger)](https://goreportcard.com/report/github.com/weaveworks/flagger) [![codecov](https://codecov.io/gh/weaveworks/flagger/branch/master/graph/badge.svg)](https://codecov.io/gh/weaveworks/flagger) [![license](https://img.shields.io/github/license/weaveworks/flagger.svg)](https://github.com/weaveworks/flagger/blob/master/LICENSE)