commit | 817d98a6fedab3cc11f71278814ac127f1713139 | [log] [tgz] |
---|---|---|
author | Victor Zverovich <victor.zverovich@gmail.com> | Mon Apr 14 23:19:38 2014 -0700 |
committer | Victor Zverovich <victor.zverovich@gmail.com> | Mon Apr 14 23:19:38 2014 -0700 |
tree | 18cec821f412dbd95035ed751e1ee8cbb295f77e | |
parent | 100768a008cc2e3c4bc211b23365461a9fc2b91b [diff] [blame] |
Add a build status image.
diff --git a/README.rst b/README.rst index 297560e..16fee2d 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.