Add appveyor badge.

This commit is contained in:
Victor Zverovich 2014-04-25 08:21:26 -07:00
parent 26277c8ab3
commit 9b2e5b0c75

View File

@ -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.