cargo-play 0.5.1

Run your Rust code without setting up Cargo
Documentation
language: rust
cache: cargo
rust:
  - stable
  - beta
  - nightly
script:
  - cargo build --verbose
  - cargo test