remove alpha.2 from the travis build

master
Tyler Neely 10 years ago
parent 6ca22c6676
commit d725d6df82
  1. 1
      .travis.yml
  2. 2
      README.md

@ -2,7 +2,6 @@ language: rust
rust:
- nightly
- 1.0.0-alpha.2
script:
- rustc src/lib.rs

@ -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)
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
```bash
wget https://github.com/facebook/rocksdb/archive/rocksdb-3.8.tar.gz

Loading…
Cancel
Save