Commit d725d6df authored by Tyler Neely's avatar Tyler Neely

remove alpha.2 from the travis build

parent 6ca22c66
...@@ -2,7 +2,6 @@ language: rust ...@@ -2,7 +2,6 @@ language: rust
rust: rust:
- nightly - nightly
- 1.0.0-alpha.2
script: script:
- rustc src/lib.rs - rustc src/lib.rs
...@@ -2,7 +2,7 @@ rust-rocksdb ...@@ -2,7 +2,7 @@ rust-rocksdb
============ ============
[![Build Status](https://travis-ci.org/spacejam/rust-rocksdb.svg?branch=master)](https://travis-ci.org/spacejam/rust-rocksdb) [![Build Status](https://travis-ci.org/spacejam/rust-rocksdb.svg?branch=master)](https://travis-ci.org/spacejam/rust-rocksdb)
This library has been tested against RocksDB 3.8.1 on linux and OSX. The 0.0.4 crate should work with the 1.0.0-alpha.2 Rust release. This library has been tested against RocksDB 3.8.1 on linux and OSX. The 0.0.4 crate should work with the 1.0.0-alpha.2 Rust release. Currently, travis is only testing the nightly, but this may change when the beta drops.
###### Prerequisite: RocksDB ###### Prerequisite: RocksDB
```bash ```bash
wget https://github.com/facebook/rocksdb/archive/rocksdb-3.8.tar.gz wget https://github.com/facebook/rocksdb/archive/rocksdb-3.8.tar.gz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment