From 27c7dadcafc9a99e958f5ac99bfd423a9c7b25e0 Mon Sep 17 00:00:00 2001 From: Peter Tseng Date: Sun, 15 Nov 2020 15:42:17 +0000 Subject: [PATCH] README: Replace Travis CI badge with GHA This was supposed to have been done with the move to GitHub Actions: https://github.com/exercism/rust/pull/975 https://github.com/exercism/rust/issues/974 https://github.com/exercism/rust/issues/982 Better late than never --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e9113637..61cc1c1f4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Exercism Rust Track -[![Build Status](https://travis-ci.org/exercism/rust.svg?branch=master)](https://travis-ci.org/exercism/rust) +[![CI](https://github.com/exercism/rust/workflows/CI/badge.svg?branch=master)](https://github.com/exercism/rust/actions?query=workflow%3ACI+branch%3Amaster) [![Join the chat at https://gitter.im/exercism/rust](https://badges.gitter.im/exercism/rust.svg)](https://gitter.im/exercism/rust?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Exercism exercises in Rust