From 8ea787baa170ee462ee791c65b469ef62790f8aa Mon Sep 17 00:00:00 2001 From: Nathan Esayeas Date: Wed, 22 Apr 2020 08:56:39 -0400 Subject: [PATCH] fix: workflow status badge (#8825) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 10f48283d..a2a8cea69 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,7 @@ Composer helps you declare, manage, and install dependencies of PHP projects. See [https://getcomposer.org/](https://getcomposer.org/) for more information and documentation. -[![Continuous Integration](https://github.com/composer/composer.svg/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/composer/composer.svg/actions) -[![Build Status](https://travis-ci.org/composer/composer.svg?branch=master)](https://travis-ci.org/composer/composer) +[![Continuous Integration](https://github.com/composer/composer/workflows/Continuous%20Integration/badge.svg?branch=master)](https://github.com/composer/composer/actions) Installation / Usage --------------------