From 7c67835ba247accd9a0b912a74ee9f8d02f84eee Mon Sep 17 00:00:00 2001 From: Kyle Mahan Date: Fri, 18 Mar 2016 18:38:45 -0700 Subject: [PATCH] add build status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0b38c3e..42e0dfc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Documentation Status](https://readthedocs.org/projects/flask-micropub/badge/?version=latest)](http://flask-micropub.readthedocs.org/en/latest/?badge=latest) +[![Build Status](https://travis-ci.org/kylewm/flask-micropub.svg?branch=master)](https://travis-ci.org/kylewm/flask-micropub) + # Flask-Micropub A Flask extension to support IndieAuth and Micropub clients.