Merge pull request #329 from ralphtheninja/travis-badge

Add travis build badge to README
This commit is contained in:
Chris Mumford 2016-01-15 11:17:41 -08:00
commit 2d0320a458

View File

@ -1,5 +1,7 @@
**LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.**
[![Build Status](https://travis-ci.org/google/leveldb.svg?branch=master)](https://travis-ci.org/google/leveldb)
Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)
# Features