Skip to content

Commit b6776f3

Browse files
committed
Add appveyor & travis CI badges
1 parent b9d1452 commit b6776f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ of the type of `s`, tinyformat might be for you. Design goals include:
1313
* Augment rather than replace the standard stream formatting mechanism
1414
* C++98 support, with optional C++11 niceties
1515

16+
Build status, master branch:
17+
[![Linux/OSX build](https://travis-ci.org/c42f/tinyformat.svg?branch=master)](https://travis-ci.org/c42f/tinyformat)
18+
[![Windows build](https://ci.appveyor.com/api/projects/status/rwxqhhy6v5m0p1aq/branch/master?svg=true)](https://ci.appveyor.com/project/c42f/tinyformat/branch/master)
1619

17-
## Example usage
20+
## Quickstart
1821

1922
To print a date to `std::cout`:
2023

0 commit comments

Comments
 (0)