From 38bc6babb7055c6b481f6ba071e0e922e4156d85 Mon Sep 17 00:00:00 2001 From: Nikolai Vazquez Date: Sun, 17 Jun 2018 12:08:01 -0700 Subject: [PATCH] Change Travis badge to SVG (#573) PNG on GitHub does not render well on HiDPI screens. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fe260fb..210bbc0a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Docs.rs](https://docs.rs/winit/badge.svg)](https://docs.rs/winit) -[![Build Status](https://travis-ci.org/tomaka/winit.png?branch=master)](https://travis-ci.org/tomaka/winit) +[![Build Status](https://travis-ci.org/tomaka/winit.svg?branch=master)](https://travis-ci.org/tomaka/winit) [![Build status](https://ci.appveyor.com/api/projects/status/5h87hj0g4q2xe3j9/branch/master?svg=true)](https://ci.appveyor.com/project/tomaka/winit/branch/master) ```toml