lmdb 0.7.0

Idiomatic and safe LMDB wrapper.
Documentation
language: rust
dist: trusty
sudo: false

cache: cargo

os:
  - linux
  - osx

rust:
- 1.8.0
- stable
- nightly

script:
  - cargo build --verbose
  - if [[ $TRAVIS_RUST_VERSION = nightly* ]]; then
      env RUST_BACKTRACE=1 cargo test --all -v;
    fi