From 6e6df513939ba85d2279bd3d54e9e806dd28bb2c Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Tue, 13 Jan 2015 16:49:33 -0500 Subject: [PATCH] add build status now that build is configured --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 922090e..eb2db22 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ rust-rocksdb ============ +[![Build Status](https://travis-ci.org/spacejam/rust-rocksdb.svg?branch=master)](https://travis-ci.org/spacejam/rust-rocksdb) rust-rocksdb has been tested with version 3.8.1 on linux and OSX. Crate version 0.0.3 should work on the 1.0.0 alpha. -###### Prerequisites +###### Prerequisite: RocksDB ```bash wget https://github.com/facebook/rocksdb/archive/rocksdb-3.8.tar.gz tar xvf rocksdb-3.8.tar.gz && cd rocksdb-rocksdb-3.8 && make static_lib