summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLars-Magnus Skog <ralphtheninja@riseup.net>2016-01-15 18:28:08 +0100
committerLars-Magnus Skog <ralphtheninja@riseup.net>2016-01-15 18:29:01 +0100
commitdd1c3c3572eb3e482e7b374d8e94ed483b98b354 (patch)
tree5b453e626bb83e680eebc4280b45787ba8f9b3e0 /README.md
parent43fcf23af052db03496daed28afd98d9d1c23034 (diff)
downloadleveldb-dd1c3c3572eb3e482e7b374d8e94ed483b98b354.tar.gz
add travis build badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 285654c..c75b185 100644
--- a/README.md
+++ b/README.md
@@ -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