From 6c76baa233d8e7528c3fb61dc9a1678cf8b7fc93 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Fri, 27 May 2016 09:54:04 +0100 Subject: [PATCH] README: Add Travis build badge --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ac12c1..700b5f4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Farsight - Fetch, filter, and store arbitrary data -[![API Documentation][godoc-svg]][godoc-url] [![MIT License][license-svg]][license-url] +[![API Documentation][godoc-svg]][godoc-url] [![MIT License][license-svg]][license-url] [![Build Status][build-svg]][build-url] Farsight facilitates the fetching and transformation of data from arbitrary sources into pre-defined structures, which can be further processed and serialised into other formats (such as JSON, YAML etc.). @@ -58,3 +58,6 @@ Farsight is licensed under the MIT license, the terms of which can be found in t [license-url]: https://github.com/deuill/farsight/blob/master/LICENSE [license-svg]: https://img.shields.io/badge/license-MIT-blue.svg + +[build-url]: https://travis-ci.org/deuill/farsight +[build-svg]: https://travis-ci.org/deuill/farsight.svg?branch=master