From a1f222d277ddc5631bf4825058ce4bf2c349fcc6 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sat, 13 May 2017 16:30:56 +0900 Subject: [PATCH] add batch --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f91625..0293915 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ toml11 ====== +[![Build Status](https://travis-ci.org/ToruNiina/toml11.svg?branch=master)](https://travis-ci.org/ToruNiina/toml11) + c++11 header-only toml parser depending only on c++11 standard library. compatible to TOML v0.4.0.