From f3ec191fc552231042bbc75a0fc5ecd4f3995c88 Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Thu, 15 May 2014 10:16:58 -0700 Subject: [PATCH] Add build status to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b5a17f39a..fabced9a6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## RocksDB: A Persistent Key-Value Store for Flash and RAM Storage +[![Build Status](https://travis-ci.org/facebook/rocksdb.svg?branch=master)](https://travis-ci.org/facebook/rocksdb) + RocksDB is developed and maintained by Facebook Database Engineering Team. It is built on on earlier work on LevelDB by Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)