From 3ab16db14a0b09150e13080532a7a0065dfcb2d5 Mon Sep 17 00:00:00 2001 From: Roberto Huertas Date: Tue, 24 Dec 2019 11:32:11 +0100 Subject: [PATCH] feat(badge): add github batch (#5) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8445ee3..29b8dc6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # microserver -[![Build Status](https://travis-ci.org/robertohuertasm/microserver.svg?branch=master)](https://travis-ci.org/robertohuertasm/microserver) [![Build Status](https://dev.azure.com/robertohuertasm/github-oss/_apis/build/status/microserver)](https://dev.azure.com/robertohuertasm/github-oss/_build/latest?definitionId=2) +[![Actions Status](https://github.com/robertohuertasm/microserver/workflows/Release/badge.svg)](https://github.com/robertohuertasm/microserver/actions) [![Crates.io](https://img.shields.io/crates/v/microserver.svg)](https://crates.io/crates/microserver) Simple ad-hoc server with SPA support based on Warp! Excellent for testing React, Angular, Vue apps and the like.