From 452c5f047ea229dbb444e271183a55381bb4abce Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 13 Nov 2017 13:24:14 -0800 Subject: [PATCH] Added Travis CI badge to README Closes #77 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac5abace..31c5432f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # datasette [![PyPI](https://img.shields.io/pypi/v/datasette.svg)](https://pypi.python.org/pypi/datasette) -*An instant JSON API for your SQLite database* +[![Travis CI](https://travis-ci.org/simonw/datasette.svg?branch=master)](https://travis-ci.org/simonw/datasette) + +*An instant JSON API for your SQLite databases* Datasette provides an instant, read-only JSON API for any SQLite database. It also provides tools for packaging the database up as a Docker container and deploying that container to hosting providers such as [Zeit Now](https://zeit.co/now).