memcache 0.1.0

memcached client for rust
Documentation
language: rust

rust:
  - stable
  - beta
  - nightly

services: memcache

before_script:
  - memcached -p 12345 -d

script:
  - RUST_BACKTRACE=1 cargo test

notifications:
  email: false