From 52188d3dca55fec94f1c42fa5e48ed48972ea8f4 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Sat, 10 Apr 2021 23:48:51 -0700 Subject: [PATCH] Replace travis badge with github action --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index f23c1b4..36d9271 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ # Cursive [![crates.io](https://meritbadge.herokuapp.com/cursive)](https://crates.io/crates/cursive) -[![Build Status (travis)](https://travis-ci.com/gyscos/cursive.svg?branch=main)](https://travis-ci.com/gyscos/cursive) +[![Rust](https://github.com/gyscos/cursive/actions/workflows/rust.yml/badge.svg?branch=main)](https://github.com/gyscos/cursive/actions/workflows/rust.yml) [![Build status (appveyor)](https://ci.appveyor.com/api/projects/status/uk5pww718jsp5x2l/branch/main?svg=true)](https://ci.appveyor.com/project/gyscos/cursive/branch/main) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![Gitter chat](https://badges.gitter.im/gyscos/cursive.png)](https://gitter.im/cursive-rs/cursive)