Add a build status image.

This commit is contained in:
Victor Zverovich 2014-04-14 23:19:38 -07:00
parent 100768a008
commit 817d98a6fe

View File

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