From f8462956f2972c2d0bb532b3b0668b3c7f9256f6 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 3 Apr 2019 10:44:07 +0200 Subject: [PATCH] Use azure pipelines status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be4794f5..efc222e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blog OS (A Freestanding Rust Binary) -[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-01)](https://travis-ci.org/phil-opp/blog_os/branches) +[![Azure Pipelines CI build](https://img.shields.io/azure-devops/build/phil-opp/blog_os/1/post-01.svg?label=Build&style=flat-square)](https://dev.azure.com/phil-opp/blog_os/_build?definitionId=1) This repository contains the source code for the [A Freestanding Rust Binary][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series.