From 8ddbd18f5f06691385e23ea10e1434a567bc9487 Mon Sep 17 00:00:00 2001 From: Grisha Kruglov Date: Mon, 20 Aug 2018 17:56:49 -0700 Subject: [PATCH] Add travis-ci build status badge to README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05d51320..eaf90875 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Project Mentat +[![Build Status](https://travis-ci.org/mozilla/mentat.svg?branch=master)](https://travis-ci.org/mozilla/mentat) Project Mentat is a persistent, embedded knowledge base. It draws heavily on [DataScript](https://github.com/tonsky/datascript) and [Datomic](http://datomic.com).