From f4026e73c9f5aad57f204c76d49a584033149302 Mon Sep 17 00:00:00 2001 From: Paul Vogel Date: Fri, 30 Aug 2019 14:03:35 +0200 Subject: [PATCH] Use svg for build status directly from travis-ci Since there is no reason to use shields for the build status badge we can use it directly from travis-ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a81a424..a8cbd642 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Monolog - Logging for PHP [![Build Status](https://img.shields.io/travis/Seldaek/monolog.svg)](https://travis-ci.org/Seldaek/monolog) +# Monolog - Logging for PHP [![Build Status](https://travis-ci.org/Seldaek/monolog.svg?branch=master)](https://travis-ci.org/Seldaek/monolog) [![Total Downloads](https://img.shields.io/packagist/dt/monolog/monolog.svg)](https://packagist.org/packages/monolog/monolog) [![Latest Stable Version](https://img.shields.io/packagist/v/monolog/monolog.svg)](https://packagist.org/packages/monolog/monolog)