From 89e4c4882038f149b2e1fe802b5bc91e2c9ae637 Mon Sep 17 00:00:00 2001 From: Islam AbdelRahman Date: Fri, 22 Jul 2016 12:03:21 -0700 Subject: [PATCH] Update README.md to include appveyor badge Update README.md to include appveyor badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 916bdecde..555dd3a48 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ## 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) +[![Build status](https://ci.appveyor.com/api/projects/status/fbgfu0so3afcno78?svg=true)](https://ci.appveyor.com/project/Facebook/rocksdb) + RocksDB is developed and maintained by Facebook Database Engineering Team. It is built on earlier work on LevelDB by Sanjay Ghemawat (sanjay@google.com)