From a63495415a2bf897ddfa6ac9c40d65cd375f15a0 Mon Sep 17 00:00:00 2001 From: Thaddee Tyl Date: Tue, 2 Dec 2014 15:41:25 +0100 Subject: [PATCH] Readme: Use an SVG badge. They look better on retina screens and when zoomed in. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf07c54b5..a86bc83f6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Composer helps you declare, manage and install dependencies of PHP projects, ens See [https://getcomposer.org/](https://getcomposer.org/) for more information and documentation. -[![Build Status](https://secure.travis-ci.org/composer/composer.png?branch=master)](http://travis-ci.org/composer/composer) +[![Build Status](https://travis-ci.org/composer/composer.svg?branch=master)](https://travis-ci.org/composer/composer) Installation / Usage --------------------