From f1c9aa26c42a4e513bcb19f85e5bf443c81cf975 Mon Sep 17 00:00:00 2001 From: Niels Date: Mon, 22 Jun 2015 21:50:24 +0200 Subject: [PATCH] update Travis badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1487d7c8..85c8b8d5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![JSON for Modern C++](https://raw.githubusercontent.com/nlohmann/json/master/json.gif) -[![Build Status](https://travis-ci.org/nlohmann/json.png?branch=master)](https://travis-ci.org/nlohmann/json) +[![Build Status](https://travis-ci.org/nlohmann/json.svg?branch=master)](https://travis-ci.org/nlohmann/json) [![Coverage Status](https://img.shields.io/coveralls/nlohmann/json.svg)](https://coveralls.io/r/nlohmann/json) [![Documentation Status](https://img.shields.io/badge/documentation-doxygen-blue.svg)](http://nlohmann.github.io/json) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/nlohmann/json/master/LICENSE.MIT)