From 61db0a3869df24f3b8e614b2e0c0a9abc9f2ca59 Mon Sep 17 00:00:00 2001 From: John Ahlroos Date: Sat, 5 May 2018 19:55:00 +0300 Subject: [PATCH] Add travis badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18cbb3c..f277c0c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ transactions of multiple queries on different nodes and execute them later. To ensure the reliability of the transactions a ledger using blockchain is used to keep track on ongoing transactions and ensure queries within the transactions are consistent. +[![Build Status](https://travis-ci.org/devsoap/dbt.svg?branch=master)](https://travis-ci.org/devsoap/dbt) + ## DBT Core