From b1c54ee4857dec587110a2be3c5668b12e6d6bb8 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Tue, 26 Mar 2013 09:56:14 +0100 Subject: [PATCH] Add TravisCI badge in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8fe555d..432b7e3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Go library for the [TOML](https://github.com/mojombo/toml) format. This library supports TOML version [e3656ad493400895f4460f1244a25f8f8e31a32a](https://github.com/mojombo/toml/tree/e3656ad493400895f4460f1244a25f8f8e31a32a) +[![Build Status](https://travis-ci.org/pelletier/go-toml.png?branch=master)](https://travis-ci.org/pelletier/go-toml) + ## Import import "github.com/pelletier/go-toml"