From 817d98a6fedab3cc11f71278814ac127f1713139 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 14 Apr 2014 23:19:38 -0700 Subject: [PATCH] Add a build status image. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 297560e5..16fee2da 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,9 @@ format ====== +.. image:: https://travis-ci.org/cppformat/format.png?branch=master + :target: https://travis-ci.org/cppformat/format + Format is an open-source formatting library for C++. It can be used as a type-safe alternative to printf or as a fast alternative to IOStreams.