From f49722caca0800abfad3b926aec3b3f8f5536d9b Mon Sep 17 00:00:00 2001 From: Richard Lee Date: Fri, 21 Nov 2014 17:00:51 +0800 Subject: [PATCH] Use SVG version badge for Travis CI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e5bea3..ea145d8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Resize Image resizing for the [Go programming language](http://golang.org) with common interpolation methods. -[![Build Status](https://travis-ci.org/nfnt/resize.png)](https://travis-ci.org/nfnt/resize) +[![Build Status](https://travis-ci.org/nfnt/resize.svg)](https://travis-ci.org/nfnt/resize) Installation ------------