From 9b2e5b0c7500707cd9f0201180a100182c7967e0 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 25 Apr 2014 08:21:26 -0700 Subject: [PATCH] Add appveyor badge. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index dcb6a299..c948bc31 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,9 @@ C++ Format .. image:: https://travis-ci.org/cppformat/cppformat.png?branch=master :target: https://travis-ci.org/cppformat/cppformat +.. image:: https://ci.appveyor.com/api/projects/status/qk0bhyhqp1ekpat8 + :target: https://ci.appveyor.com/project/vitaut/cppformat + C++ 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.