bench_timer 0.1.1

bench library for rust
Documentation
sudo: false
language: rust
cache: cargo
rust:
  - nightly
  - beta
  - stable
matrix:
  allow_failures:
    - rust: nightly
#     - rust: stable
#     - rust: beta
script: |
  cargo build &&
  cargo test #&&
  # cargo doc

notifications:
  email:
    on_success: never