stainless 0.1.5

Organized, flexible testing framework.
language: rust
rust: nightly
cache: cargo
os:
  - linux
  - osx
script:
  - cargo build
  - cargo test
  - cargo bench