From 4a5eace979389469492dd7cc0e62be4581afdb59 Mon Sep 17 00:00:00 2001 From: Adam89 Date: Mon, 7 Jul 2014 13:41:14 +0100 Subject: [PATCH] Update travis ci badge to svg A tiny pr that updates the travis ci badge to use svg instead of png. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44eef69..dfb68f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Draper: View Models for Rails -[![TravisCI Build Status](https://secure.travis-ci.org/drapergem/draper.png?branch=master)](http://travis-ci.org/drapergem/draper) +[![TravisCI Build Status](https://travis-ci.org/drapergem/draper.svg?branch=master)](http://travis-ci.org/drapergem/draper) [![Code Climate](https://codeclimate.com/github/drapergem/draper.png)](https://codeclimate.com/github/drapergem/draper) Draper adds an object-oriented layer of presentation logic to your Rails