Update README.md to include appveyor badge

Update README.md to include appveyor badge
This commit is contained in:
Islam AbdelRahman 2016-07-22 12:03:21 -07:00 committed by GitHub
parent b06ca5f860
commit 89e4c48820

View File

@ -1,6 +1,8 @@
## RocksDB: A Persistent Key-Value Store for Flash and RAM Storage ## 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://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. RocksDB is developed and maintained by Facebook Database Engineering Team.
It is built on earlier work on LevelDB by Sanjay Ghemawat (sanjay@google.com) It is built on earlier work on LevelDB by Sanjay Ghemawat (sanjay@google.com)