From bcbaee107996411d39fefb12cb6280838296a0b3 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Sat, 23 Aug 2014 15:40:43 +0200 Subject: [PATCH] Use SVG for the Travis badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b39fea8..abe2190 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This library supports TOML version [v0.2.0](https://github.com/mojombo/toml/blob/master/versions/toml-v0.2.0.md) [![GoDoc](https://godoc.org/github.com/pelletier/go-toml?status.svg)](http://godoc.org/github.com/pelletier/go-toml) -[![Build Status](https://travis-ci.org/pelletier/go-toml.png?branch=master)](https://travis-ci.org/pelletier/go-toml) +[![Build Status](https://travis-ci.org/pelletier/go-toml.svg?branch=master)](https://travis-ci.org/pelletier/go-toml) ## Import