From e1f722613652200524457c633df60dc0cf702273 Mon Sep 17 00:00:00 2001 From: Richard Bradfield Date: Tue, 2 Jun 2020 12:26:16 +0100 Subject: [PATCH] Fix README build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89178c0..779ae41 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# aerosol [![Build Status](https://travis-ci.com/Diggsey/aerosol.svg?branch=master)](https://travis-ci.com/Diggsey/aerosol) +# aerosol [![GHA Build Status](https://github.com/Diggsey/aerosol/workflows/CI/badge.svg)](https://github.com/Diggsey/aerosol/actions?query=workflow%3ACI) Simple dependency injection for Rust