From c5f4b209e89c648cb67007684468b9c51f4aa502 Mon Sep 17 00:00:00 2001 From: geisterfurz007 Date: Wed, 5 Aug 2020 20:57:48 +0200 Subject: [PATCH] Replaced testing badge (#284) This PR replaces the old Travis CI badge that still indicates failing with the passing GitHub Actions one. The badge links to the Actions tab filtering for the Testing workflow. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6858715a..48f9d4551 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Downloads](https://img.shields.io/npm/dt/discord.js-commando.svg)](https://www.npmjs.com/package/discord.js-commando) [![Version](https://img.shields.io/npm/v/discord.js-commando.svg)](https://www.npmjs.com/package/discord.js-commando) [![Dependency status](https://david-dm.org/discordjs/Commando.svg)](https://david-dm.org/discordjs/Commando) -[![Build status](https://travis-ci.org/discordjs/Commando.svg)](https://travis-ci.org/discordjs/Commando) +[![Build status](https://github.com/discordjs/Commando/workflows/Testing/badge.svg)](https://github.com/discordjs/Commando/actions?query=workflow%3ATesting) ## About Commando is the official command framework for [discord.js](https://github.com/discordjs/discord.js).